diff options
| author | whitequark <whitequark@whitequark.org> | 2019-10-03 05:54:12 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2019-10-03 06:16:18 +0000 |
| commit | c7c637043817eae6f48c33b707b40c9c1b20f199 (patch) | |
| tree | 3fa379b97128ad93a7c98c5da7e578605828cd6c /nmigen_boards/ice40_hx1k_blink_evn.py | |
| parent | b033d53db305eb3f0aef336568cd69f8e8c536e1 (diff) | |
Reorganize resource taxonomy.
The current hierarchy isn't particularly well suited to resources
like SDRAM or NOR flash, so make it much less fine-grained but easier
to use and less nitpicky.
Diffstat (limited to 'nmigen_boards/ice40_hx1k_blink_evn.py')
| -rw-r--r-- | nmigen_boards/ice40_hx1k_blink_evn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/ice40_hx1k_blink_evn.py b/nmigen_boards/ice40_hx1k_blink_evn.py index ae46f24..03d91a0 100644 --- a/nmigen_boards/ice40_hx1k_blink_evn.py +++ b/nmigen_boards/ice40_hx1k_blink_evn.py @@ -3,7 +3,7 @@ import subprocess from nmigen.build import * from nmigen.vendor.lattice_ice40 import * -from .dev import * +from .resources import * __all__ = ["ICE40HX1KBlinkEVNPlatform"] |
