Files

12 lines
651 B
Makefile
Raw Permalink Normal View History

2022-09-27 16:20:11 +01:00
OBJS += techlibs/fabulous/synth_fabulous.o
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/cells_map.v))
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/prims.v))
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/latches_map.v))
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/ff_map.v))
2022-09-29 18:16:44 +01:00
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/ram_regfile.txt))
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/regfile_map.v))
2022-11-10 09:53:07 +01:00
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/io_map.v))
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/arith_map.v))