diff options
Diffstat (limited to 'amaranth_boards/microzed_z010.py')
| -rw-r--r-- | amaranth_boards/microzed_z010.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/microzed_z010.py b/amaranth_boards/microzed_z010.py index 727bf69..661a4a6 100644 --- a/amaranth_boards/microzed_z010.py +++ b/amaranth_boards/microzed_z010.py @@ -1,5 +1,5 @@ from amaranth.build import * -from amaranth.vendor.xilinx import * +from amaranth.vendor import XilinxPlatform __all__ = ["MicroZedZ010Platform"] |
