mirror of https://github.com/YosysHQ/yosys.git
11 lines
425 B
Makefile
11 lines
425 B
Makefile
|
|
OBJS += techlibs/ice40/synth_ice40.o
|
|
OBJS += techlibs/ice40/ice40_ffssr.o
|
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/arith_map.v))
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_map.v))
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_sim.v))
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/brams.txt))
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/brams_map.v))
|
|
|