aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/machxo2/Makefile.inc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2023-04-10 12:39:09 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2023-04-10 12:39:09 +0200
commitee3162c58d744381ae59261c237e977e631b5979 (patch)
tree22ad2f6eda305fd78a982d49131aa00b09396bb2 /techlibs/machxo2/Makefile.inc
parent266f81816bbede3f42fabe59e7d0cd8873e1a467 (diff)
downloadyosys-ee3162c58d744381ae59261c237e977e631b5979.tar.gz
yosys-ee3162c58d744381ae59261c237e977e631b5979.tar.bz2
yosys-ee3162c58d744381ae59261c237e977e631b5979.zip
Add PLL and EBR related primitives
Diffstat (limited to 'techlibs/machxo2/Makefile.inc')
-rw-r--r--techlibs/machxo2/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/machxo2/Makefile.inc b/techlibs/machxo2/Makefile.inc
index 774b357a2..cd4e27884 100644
--- a/techlibs/machxo2/Makefile.inc
+++ b/techlibs/machxo2/Makefile.inc
@@ -4,6 +4,7 @@ OBJS += techlibs/machxo2/synth_machxo2.o
$(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/cells_bb.v))
$(eval $(call add_share_file,share/machxo2,techlibs/ecp5/lutrams.txt))
$(eval $(call add_share_file,share/machxo2,techlibs/ecp5/lutrams_map.v))