blob: cade49f37dd26fcc99bc9deeb4a751a5718d0a50 (
plain)
1
2
3
4
5
6
7
|
OBJS += techlibs/sf2/synth_sf2.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))
|