diff options
Diffstat (limited to 'amaranth_boards/ulx3s.py')
| -rw-r--r-- | amaranth_boards/ulx3s.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/ulx3s.py b/amaranth_boards/ulx3s.py index cb34171..ee84909 100644 --- a/amaranth_boards/ulx3s.py +++ b/amaranth_boards/ulx3s.py @@ -4,7 +4,7 @@ import subprocess import shutil from amaranth.build import * -from amaranth.vendor.lattice_ecp5 import * +from amaranth.vendor import LatticeECP5Platform from .resources import * |
