diff options
| author | whitequark <whitequark@whitequark.org> | 2020-07-22 10:31:32 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2020-07-22 10:31:32 +0000 |
| commit | 01c10b02f5cf866a9ae167b2af5abbd72cded3ea (patch) | |
| tree | acf1dcd7428c325cf499907530a22dc531a64aea /nmigen_boards/tinyfpga_ax2.py | |
| parent | 194b760de249674df55d925732e20cf43dda8a25 (diff) | |
tinyfpga_axN: use vendor.lattice_machxo2, not .lattice_machxo_2_3l.
This restores compatibility with nMigen 0.2.
Diffstat (limited to 'nmigen_boards/tinyfpga_ax2.py')
| -rw-r--r-- | nmigen_boards/tinyfpga_ax2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/tinyfpga_ax2.py b/nmigen_boards/tinyfpga_ax2.py index be8e78e..c7cafa1 100644 --- a/nmigen_boards/tinyfpga_ax2.py +++ b/nmigen_boards/tinyfpga_ax2.py @@ -1,5 +1,5 @@ from nmigen.build import * -from nmigen.vendor.lattice_machxo_2_3l import * +from nmigen.vendor.lattice_machxo2 import * from .resources import * |
