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