aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/versa_ecp5.py
diff options
context:
space:
mode:
Diffstat (limited to 'nmigen_boards/versa_ecp5.py')
-rw-r--r--nmigen_boards/versa_ecp5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/versa_ecp5.py b/nmigen_boards/versa_ecp5.py
index a3890ac..4847d9a 100644
--- a/nmigen_boards/versa_ecp5.py
+++ b/nmigen_boards/versa_ecp5.py
@@ -3,7 +3,7 @@ import subprocess
from nmigen.build import *
from nmigen.vendor.lattice_ecp5 import *
-from .dev import *
+from .resources import *
__all__ = ["VersaECP5Platform"]