diff options
Diffstat (limited to 'amaranth_boards/de0_cv.py')
| -rw-r--r-- | amaranth_boards/de0_cv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/de0_cv.py b/amaranth_boards/de0_cv.py index adc607f..8df7dd9 100644 --- a/amaranth_boards/de0_cv.py +++ b/amaranth_boards/de0_cv.py @@ -2,7 +2,7 @@ import os import subprocess from amaranth.build import * -from amaranth.vendor.intel import * +from amaranth.vendor import IntelPlatform from .resources import * |
