diff options
| author | Catherine <whitequark@whitequark.org> | 2023-02-03 06:15:24 +0000 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2023-02-03 06:15:24 +0000 |
| commit | e4fd6136652cd862bd0ac34aa8b9dbc5c6c5bef8 (patch) | |
| tree | c047b38e5fe1dfdb4324ad27890aab8533f72822 /amaranth_boards/alchitry_au.py | |
| parent | 3bd9f3f10b8b5df5d6554840379870447f0cd626 (diff) | |
Update references to deprecated platform names.
Diffstat (limited to 'amaranth_boards/alchitry_au.py')
| -rw-r--r-- | amaranth_boards/alchitry_au.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/alchitry_au.py b/amaranth_boards/alchitry_au.py index 49a7a51..bcc637d 100644 --- a/amaranth_boards/alchitry_au.py +++ b/amaranth_boards/alchitry_au.py @@ -3,7 +3,7 @@ import subprocess import shutil from amaranth.build import * -from amaranth.vendor.xilinx_7series import * +from amaranth.vendor.xilinx import * from .resources import * @@ -20,7 +20,7 @@ def find_loader(): return (loader_prgm, bridge_bin) -class AlchitryAuPlatform(Xilinx7SeriesPlatform): +class AlchitryAuPlatform(XilinxPlatform): device = "XC7A35T" # Artix 7 33K LEs package = "FTG256" speed = "1" |
