diff options
| author | Catherine <whitequark@whitequark.org> | 2023-02-03 06:15:24 +0000 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2023-02-03 06:15:24 +0000 |
| commit | e4fd6136652cd862bd0ac34aa8b9dbc5c6c5bef8 (patch) | |
| tree | c047b38e5fe1dfdb4324ad27890aab8533f72822 /amaranth_boards/tinyfpga_ax2.py | |
| parent | 3bd9f3f10b8b5df5d6554840379870447f0cd626 (diff) | |
Update references to deprecated platform names.
Diffstat (limited to 'amaranth_boards/tinyfpga_ax2.py')
| -rw-r--r-- | amaranth_boards/tinyfpga_ax2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/tinyfpga_ax2.py b/amaranth_boards/tinyfpga_ax2.py index 3e9e989..344474f 100644 --- a/amaranth_boards/tinyfpga_ax2.py +++ b/amaranth_boards/tinyfpga_ax2.py @@ -1,5 +1,5 @@ from amaranth.build import * -from amaranth.vendor.lattice_machxo2 import * +from amaranth.vendor.lattice_machxo_2_3l import * from .resources import * |
