diff options
| author | Wanda <wanda@phinode.net> | 2023-12-13 15:31:33 +0100 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2023-12-13 15:02:57 +0000 |
| commit | 170675812b71ee722bcf8ccdb88409a9ad97ffe2 (patch) | |
| tree | 771e4ac198da95dcd56bfe51d8414d5dd7d8fd0c /amaranth_boards/ulx3s.py | |
| parent | 48239718d0501c87179db16dc30adb0100831927 (diff) | |
Bump to amaranth 0.4.
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 * |
