Reorganize resource taxonomy.
[nmigen-boards.git] / nmigen_boards / numato_mimas.py
index c0945286d085a70d6b28c1e5d06886436c7a9cf5..2e76c69edae93a76d89e03efc7c6ac09cc26d3a5 100644 (file)
@@ -3,7 +3,7 @@ import subprocess
 
 from nmigen.build import *
 from nmigen.vendor.xilinx_spartan_3_6 import *
-from .dev import *
+from .resources import *
 
 
 __all__ = ["NumatoMimasPlatform"]