diff options
Diffstat (limited to 'amaranth_boards/arty_z7.py')
| -rw-r--r-- | amaranth_boards/arty_z7.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/arty_z7.py b/amaranth_boards/arty_z7.py index d4ac9ad..572c1d8 100644 --- a/amaranth_boards/arty_z7.py +++ b/amaranth_boards/arty_z7.py @@ -2,7 +2,7 @@ import os import subprocess from amaranth.build import * -from amaranth.vendor.xilinx import * +from amaranth.vendor import XilinxPlatform from .resources import * |
