diff options
Diffstat (limited to 'amaranth_boards/orangecrab_r0_1.py')
| -rw-r--r-- | amaranth_boards/orangecrab_r0_1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/orangecrab_r0_1.py b/amaranth_boards/orangecrab_r0_1.py index 2316461..1d5c355 100644 --- a/amaranth_boards/orangecrab_r0_1.py +++ b/amaranth_boards/orangecrab_r0_1.py @@ -3,7 +3,7 @@ import subprocess import shutil from amaranth.build import * -from amaranth.vendor.lattice_ecp5 import * +from amaranth.vendor import LatticeECP5Platform from .resources import * |
