aboutsummaryrefslogtreecommitdiff
path: root/amaranth_boards/kcu105.py
diff options
context:
space:
mode:
Diffstat (limited to 'amaranth_boards/kcu105.py')
-rw-r--r--amaranth_boards/kcu105.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/kcu105.py b/amaranth_boards/kcu105.py
index 1a886d2..15072db 100644
--- a/amaranth_boards/kcu105.py
+++ b/amaranth_boards/kcu105.py
@@ -2,14 +2,14 @@ import os
import subprocess
from amaranth.build import *
-from amaranth.vendor.xilinx_ultrascale import *
+from amaranth.vendor.xilinx import *
from .resources import *
__all__ = ["KCU105Platform"]
-class KCU105Platform(XilinxUltraScalePlatform):
+class KCU105Platform(XilinxPlatform):
device = "xcku040"
package = "ffva1156"
speed = "2-e"