diff options
Diffstat (limited to 'amaranth_boards/te0714_03_50_2I.py')
| -rw-r--r-- | amaranth_boards/te0714_03_50_2I.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/te0714_03_50_2I.py b/amaranth_boards/te0714_03_50_2I.py index c7c015c..5bafacf 100644 --- a/amaranth_boards/te0714_03_50_2I.py +++ b/amaranth_boards/te0714_03_50_2I.py @@ -1,12 +1,12 @@ from amaranth.build import * -from amaranth.vendor.xilinx_7series import * +from amaranth.vendor.xilinx import * from .resources import * __all__ = ["TE0714_03_50_2IPlatform"] -class TE0714_03_50_2IPlatform(Xilinx7SeriesPlatform): +class TE0714_03_50_2IPlatform(XilinxPlatform): device = "xc7a50t" package = "csg325" speed = "2" |
