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/sk_xc6slx9.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/sk_xc6slx9.py')
| -rw-r--r-- | nmigen_boards/sk_xc6slx9.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/sk_xc6slx9.py b/nmigen_boards/sk_xc6slx9.py index ced857a..cec6d2f 100644 --- a/nmigen_boards/sk_xc6slx9.py +++ b/nmigen_boards/sk_xc6slx9.py @@ -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__ = ["SK_XC6SLX9Platform"] |
