diff options
Diffstat (limited to 'amaranth_boards/arty_z7.py')
| -rw-r--r-- | amaranth_boards/arty_z7.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/arty_z7.py b/amaranth_boards/arty_z7.py index 48b75e0..d4ac9ad 100644 --- a/amaranth_boards/arty_z7.py +++ b/amaranth_boards/arty_z7.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__ = ["ArtyZ720Platform"] -class ArtyZ720Platform(Xilinx7SeriesPlatform): +class ArtyZ720Platform(XilinxPlatform): device = "xc7z020" package = "clg400" speed = "1" |
