aboutsummaryrefslogtreecommitdiff
path: root/amaranth_boards/arty_s7.py
diff options
context:
space:
mode:
Diffstat (limited to 'amaranth_boards/arty_s7.py')
-rw-r--r--amaranth_boards/arty_s7.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/arty_s7.py b/amaranth_boards/arty_s7.py
index 5122617..9c01fbc 100644
--- a/amaranth_boards/arty_s7.py
+++ b/amaranth_boards/arty_s7.py
@@ -3,14 +3,14 @@ import textwrap
import subprocess
from amaranth.build import *
-from amaranth.vendor.xilinx_7series import *
+from amaranth.vendor.xilinx import *
from .resources import *
__all__ = ["ArtyS7_25Platform", "ArtyS7_50Platform"]
-class _ArtyS7Platform(Xilinx7SeriesPlatform):
+class _ArtyS7Platform(XilinxPlatform):
package = "csga324"
speed = "1"
default_clk = "clk100"