Reorganize resource taxonomy.
[nmigen-boards.git] / nmigen_boards / versa_ecp5.py
index a3890ac13404cfd873cead6404461e12a97b232f..4847d9a58ad5b5e04783cc29a145354347402386 100644 (file)
@@ -3,7 +3,7 @@ import subprocess
 
 from nmigen.build import *
 from nmigen.vendor.lattice_ecp5 import *
-from .dev import *
+from .resources import *
 
 
 __all__ = ["VersaECP5Platform"]