diff options
Diffstat (limited to 'amaranth_boards/orangecrab_r0_2.py')
| -rw-r--r-- | amaranth_boards/orangecrab_r0_2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/orangecrab_r0_2.py b/amaranth_boards/orangecrab_r0_2.py index 6654f38..2056c7b 100644 --- a/amaranth_boards/orangecrab_r0_2.py +++ b/amaranth_boards/orangecrab_r0_2.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 * # NOTE: Keep OrangeCrabR0_2Platform for backwards compatibility |
