diff options
| author | Wanda <wanda@phinode.net> | 2023-12-13 15:31:33 +0100 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2023-12-13 15:02:57 +0000 |
| commit | 170675812b71ee722bcf8ccdb88409a9ad97ffe2 (patch) | |
| tree | 771e4ac198da95dcd56bfe51d8414d5dd7d8fd0c /amaranth_boards/arrow_deca.py | |
| parent | 48239718d0501c87179db16dc30adb0100831927 (diff) | |
Bump to amaranth 0.4.
Diffstat (limited to 'amaranth_boards/arrow_deca.py')
| -rw-r--r-- | amaranth_boards/arrow_deca.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/arrow_deca.py b/amaranth_boards/arrow_deca.py index 5fd4245..704bbe0 100644 --- a/amaranth_boards/arrow_deca.py +++ b/amaranth_boards/arrow_deca.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 * |
