aboutsummaryrefslogtreecommitdiff
path: root/amaranth_boards/microzed_z020.py
diff options
context:
space:
mode:
Diffstat (limited to 'amaranth_boards/microzed_z020.py')
-rw-r--r--amaranth_boards/microzed_z020.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/microzed_z020.py b/amaranth_boards/microzed_z020.py
index 3f7badd..66d848b 100644
--- a/amaranth_boards/microzed_z020.py
+++ b/amaranth_boards/microzed_z020.py
@@ -1,5 +1,5 @@
from amaranth.build import *
-from amaranth.vendor.xilinx import *
+from amaranth.vendor import XilinxPlatform
__all__ = ["MicroZedZ020Platform"]