diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2023-04-14 09:34:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 09:34:30 +0200 |
commit | b377a39b736bd9a5ca109bcb8f53fb0d266a1b4c (patch) | |
tree | c43924ae5f30fe7c566fbdddcf44a374bf9a584c /techlibs/machxo2/Makefile.inc | |
parent | a2655a4b70691aae8be02477f0a236a5a3d45542 (diff) | |
parent | ee3162c58d744381ae59261c237e977e631b5979 (diff) | |
download | yosys-b377a39b736bd9a5ca109bcb8f53fb0d266a1b4c.tar.gz yosys-b377a39b736bd9a5ca109bcb8f53fb0d266a1b4c.tar.bz2 yosys-b377a39b736bd9a5ca109bcb8f53fb0d266a1b4c.zip |
Merge pull request #3727 from YosysHQ/micko/pll_bram
MachXO2: 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)) |