From e4fd6136652cd862bd0ac34aa8b9dbc5c6c5bef8 Mon Sep 17 00:00:00 2001 From: Catherine Date: Fri, 3 Feb 2023 06:15:24 +0000 Subject: Update references to deprecated platform names. --- amaranth_boards/zturn_lite_z007s.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amaranth_boards/zturn_lite_z007s.py') 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" -- cgit v1.2.3