diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2023-04-10 12:39:09 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2023-04-10 12:39:09 +0200 |
commit | ee3162c58d744381ae59261c237e977e631b5979 (patch) | |
tree | 22ad2f6eda305fd78a982d49131aa00b09396bb2 /techlibs/machxo2/Makefile.inc | |
parent | 266f81816bbede3f42fabe59e7d0cd8873e1a467 (diff) | |
download | yosys-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.inc | 1 |
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)) |