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