diff options
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 * |
