diff options
Diffstat (limited to 'amaranth_boards/blackice.py')
| -rw-r--r-- | amaranth_boards/blackice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/blackice.py b/amaranth_boards/blackice.py index 1e2db73..2355816 100644 --- a/amaranth_boards/blackice.py +++ b/amaranth_boards/blackice.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 * |
