From: Gwenhael Goavec-Merou Date: Sun, 21 Jun 2020 06:38:36 +0000 (+0200) Subject: tinyfpga_axN: use lattice_machxo_2_3l instead of lattice_machxo2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40155cd99145ad7f142a9aa1bde80db6758afb81;p=nmigen-boards.git tinyfpga_axN: use lattice_machxo_2_3l instead of lattice_machxo2 --- diff --git a/nmigen_boards/tinyfpga_ax1.py b/nmigen_boards/tinyfpga_ax1.py index d67fb28..425d047 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_machxo2 import * +from nmigen.vendor.lattice_machxo_2_3l import * from .resources import * diff --git a/nmigen_boards/tinyfpga_ax2.py b/nmigen_boards/tinyfpga_ax2.py index c7cafa1..be8e78e 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_machxo2 import * +from nmigen.vendor.lattice_machxo_2_3l import * from .resources import *