diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2023-03-18 18:11:50 +0100 |
---|---|---|
committer | myrtle <gatecat@ds0.me> | 2023-03-20 09:58:41 +0100 |
commit | ff9f1fb86e41eb59a92590efe03423f15a3d9cc0 (patch) | |
tree | 342b946a62ff3172c0f43817b8e21a3af2f0306b /techlibs/machxo2/Makefile.inc | |
parent | 4d7e9e2e5d34a899d0ebff2b666b0fccfa9405bc (diff) | |
download | yosys-ff9f1fb86e41eb59a92590efe03423f15a3d9cc0.tar.gz yosys-ff9f1fb86e41eb59a92590efe03423f15a3d9cc0.tar.bz2 yosys-ff9f1fb86e41eb59a92590efe03423f15a3d9cc0.zip |
Start unification effort for machxo2 and ecp5
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 f6aafbd2b..acc32659d 100644 --- a/techlibs/machxo2/Makefile.inc +++ b/techlibs/machxo2/Makefile.inc @@ -1,6 +1,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)) |