diff options
Diffstat (limited to 'amaranth_boards/arty_a7.py')
| -rw-r--r-- | amaranth_boards/arty_a7.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/arty_a7.py b/amaranth_boards/arty_a7.py index 3032349..e15b85c 100644 --- a/amaranth_boards/arty_a7.py +++ b/amaranth_boards/arty_a7.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__ = ["ArtyA7_35Platform", "ArtyA7_100Platform"] -class _ArtyA7Platform(Xilinx7SeriesPlatform): +class _ArtyA7Platform(XilinxPlatform): package = "csg324" speed = "1L" default_clk = "clk100" |
