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/tang_nano.py | |
| parent | 48239718d0501c87179db16dc30adb0100831927 (diff) | |
Bump to amaranth 0.4.
Diffstat (limited to 'amaranth_boards/tang_nano.py')
| -rw-r--r-- | amaranth_boards/tang_nano.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/tang_nano.py b/amaranth_boards/tang_nano.py index f604b51..957a3c0 100644 --- a/amaranth_boards/tang_nano.py +++ b/amaranth_boards/tang_nano.py @@ -1,5 +1,5 @@ import subprocess -from amaranth.vendor.gowin import GowinPlatform +from amaranth.vendor import GowinPlatform from amaranth.build import * from .resources import * |
