mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
9 lines
266 B
Makefile
9 lines
266 B
Makefile
|
|
OBJS += techlibs/sf2/synth_sf2.o
|
|
OBJS += techlibs/sf2/sf2_iobs.o
|
|
|
|
$(eval $(call add_share_file,share/sf2,techlibs/sf2/arith_map.v))
|
|
$(eval $(call add_share_file,share/sf2,techlibs/sf2/cells_map.v))
|
|
$(eval $(call add_share_file,share/sf2,techlibs/sf2/cells_sim.v))
|
|
|