aboutsummaryrefslogtreecommitdiff
path: root/amaranth_boards/zturn_lite_z007s.py
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-02-03 06:15:24 +0000
committerCatherine <whitequark@whitequark.org>2023-02-03 06:15:24 +0000
commite4fd6136652cd862bd0ac34aa8b9dbc5c6c5bef8 (patch)
treec047b38e5fe1dfdb4324ad27890aab8533f72822 /amaranth_boards/zturn_lite_z007s.py
parent3bd9f3f10b8b5df5d6554840379870447f0cd626 (diff)
Update references to deprecated platform names.
Diffstat (limited to 'amaranth_boards/zturn_lite_z007s.py')
-rw-r--r--amaranth_boards/zturn_lite_z007s.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/zturn_lite_z007s.py b/amaranth_boards/zturn_lite_z007s.py
index f732f9f..cdaf958 100644
--- a/amaranth_boards/zturn_lite_z007s.py
+++ b/amaranth_boards/zturn_lite_z007s.py
@@ -1,11 +1,11 @@
from amaranth.build import *
-from amaranth.vendor.xilinx_7series import *
+from amaranth.vendor.xilinx import *
__all__ = ["ZTurnLiteZ007SPlatform"]
-class ZTurnLiteZ007SPlatform(Xilinx7SeriesPlatform):
+class ZTurnLiteZ007SPlatform(XilinxPlatform):
device = "xc7z007s"
package = "clg400"
speed = "1"