tinyfpga_axN: use lattice_machxo_2_3l instead of lattice_machxo2
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Sun, 21 Jun 2020 06:38:36 +0000 (08:38 +0200)
committerwhitequark <whitequark@whitequark.org>
Sun, 21 Jun 2020 17:29:12 +0000 (17:29 +0000)
nmigen_boards/tinyfpga_ax1.py
nmigen_boards/tinyfpga_ax2.py

index d67fb2869b5bca7bc21ac0e9eb4f015a5c441b5c..425d047383b803611dcc73050fbfaab7e382a391 100644 (file)
@@ -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 *
 
 
index c7cafa1c51ca284ebe2d094f21dfd690bcba44c9..be8e78ea5bc12cfdf0f5b13ff41df97b01ae083b 100644 (file)
@@ -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 *