aboutsummaryrefslogtreecommitdiff
path: root/amaranth_boards/alchitry_au.py
diff options
context:
space:
mode:
Diffstat (limited to 'amaranth_boards/alchitry_au.py')
-rw-r--r--amaranth_boards/alchitry_au.py4
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"