aboutsummaryrefslogtreecommitdiff
path: root/amaranth_boards/genesys2.py
diff options
context:
space:
mode:
Diffstat (limited to 'amaranth_boards/genesys2.py')
-rw-r--r--amaranth_boards/genesys2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/genesys2.py b/amaranth_boards/genesys2.py
index 31ac39d..f07107f 100644
--- a/amaranth_boards/genesys2.py
+++ b/amaranth_boards/genesys2.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__ = ["Genesys2Platform"]
-class Genesys2Platform(Xilinx7SeriesPlatform):
+class Genesys2Platform(XilinxPlatform):
"""Platform file for Diglient Genesys2 Kitex-7 board.
https://reference.digilentinc.com/reference/programmable-logic/genesys-2/start"""