From 01c10b02f5cf866a9ae167b2af5abbd72cded3ea Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 22 Jul 2020 10:31:32 +0000 Subject: tinyfpga_axN: use vendor.lattice_machxo2, not .lattice_machxo_2_3l. This restores compatibility with nMigen 0.2. --- nmigen_boards/tinyfpga_ax1.py | 2 +- nmigen_boards/tinyfpga_ax2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nmigen_boards') diff --git a/nmigen_boards/tinyfpga_ax1.py b/nmigen_boards/tinyfpga_ax1.py index 425d047..d67fb28 100644 --- a/nmigen_boards/tinyfpga_ax1.py +++ b/nmigen_boards/tinyfpga_ax1.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 * 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 * -- cgit v1.2.3