mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-18 19:14:39 +00:00
10 lines
499 B
Makefile
10 lines
499 B
Makefile
|
|
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/cells_map_ff.v))
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/prims.v))
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/prims_ff.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))
|
|
|