diff options
Diffstat (limited to 'amaranth_boards/icebreaker_bitsy.py')
| -rw-r--r-- | amaranth_boards/icebreaker_bitsy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/icebreaker_bitsy.py b/amaranth_boards/icebreaker_bitsy.py index 3d25236..8715206 100644 --- a/amaranth_boards/icebreaker_bitsy.py +++ b/amaranth_boards/icebreaker_bitsy.py @@ -2,7 +2,7 @@ import os import subprocess from amaranth.build import * -from amaranth.vendor.lattice_ice40 import * +from amaranth.vendor import LatticeICE40Platform from .resources import * |
