aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/machxo2/Makefile.inc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2023-04-04 10:56:17 +0200
committermyrtle <gatecat@ds0.me>2023-04-06 09:10:14 +0200
commit9e9fae19662b87c773f435849ea6f2591e9e8900 (patch)
treee82f28fafa42a367df151c30f19ad6387e4664d9 /techlibs/machxo2/Makefile.inc
parentd5a405d3b4c6ab364ec5c9372502a94b84e2fcb1 (diff)
downloadyosys-9e9fae19662b87c773f435849ea6f2591e9e8900.tar.gz
yosys-9e9fae19662b87c773f435849ea6f2591e9e8900.tar.bz2
yosys-9e9fae19662b87c773f435849ea6f2591e9e8900.zip
Add more DFF types
Diffstat (limited to 'techlibs/machxo2/Makefile.inc')
-rw-r--r--techlibs/machxo2/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/techlibs/machxo2/Makefile.inc b/techlibs/machxo2/Makefile.inc
index 35fb79fc5..774b357a2 100644
--- a/techlibs/machxo2/Makefile.inc
+++ b/techlibs/machxo2/Makefile.inc
@@ -5,8 +5,9 @@ $(eval $(call add_share_file,share/machxo2,techlibs/ecp5/cells_io.vh))
$(eval $(call add_share_file,share/machxo2,techlibs/machxo2/cells_map.v))
$(eval $(call add_share_file,share/machxo2,techlibs/machxo2/cells_sim.v))
-$(eval $(call add_share_file,share/machxo2,techlibs/machxo2/lutrams.txt))
-$(eval $(call add_share_file,share/machxo2,techlibs/machxo2/lutrams_map.v))
+$(eval $(call add_share_file,share/machxo2,techlibs/ecp5/lutrams.txt))
+$(eval $(call add_share_file,share/machxo2,techlibs/ecp5/lutrams_map.v))
+
$(eval $(call add_share_file,share/machxo2,techlibs/machxo2/brams.txt))
$(eval $(call add_share_file,share/machxo2,techlibs/machxo2/brams_map.v))
$(eval $(call add_share_file,share/machxo2,techlibs/machxo2/arith_map.v))