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