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/kc705.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amaranth_boards/kc705.py') diff --git a/amaranth_boards/kc705.py b/amaranth_boards/kc705.py index d513da2..8bc6452 100644 --- a/amaranth_boards/kc705.py +++ b/amaranth_boards/kc705.py @@ -2,14 +2,14 @@ import os import subprocess from amaranth.build import * -from amaranth.vendor.xilinx_7series import * +from amaranth.vendor.xilinx import * from .resources import * __all__ = ["KC705Platform"] -class KC705Platform(Xilinx7SeriesPlatform): +class KC705Platform(XilinxPlatform): device = "xc7k325t" package = "ffg900" speed = "2" -- cgit v1.2.3