2015-03-05 13:37:55 -06:00
|
|
|
|
|
|
|
OBJS += techlibs/ice40/synth_ice40.o
|
2019-03-07 16:48:10 -06:00
|
|
|
OBJS += techlibs/ice40/ice40_braminit.o
|
2015-04-17 04:54:25 -05:00
|
|
|
OBJS += techlibs/ice40/ice40_ffssr.o
|
2015-11-26 11:11:06 -06:00
|
|
|
OBJS += techlibs/ice40/ice40_ffinit.o
|
2015-04-27 01:38:14 -05:00
|
|
|
OBJS += techlibs/ice40/ice40_opt.o
|
2015-03-05 13:37:55 -06:00
|
|
|
|
2015-04-26 01:39:31 -05:00
|
|
|
GENFILES += techlibs/ice40/brams_init1.vh
|
|
|
|
GENFILES += techlibs/ice40/brams_init2.vh
|
|
|
|
GENFILES += techlibs/ice40/brams_init3.vh
|
|
|
|
|
|
|
|
EXTRA_OBJS += techlibs/ice40/brams_init.mk
|
|
|
|
.SECONDARY: techlibs/ice40/brams_init.mk
|
|
|
|
|
|
|
|
techlibs/ice40/brams_init.mk: techlibs/ice40/brams_init.py
|
2015-08-16 14:15:07 -05:00
|
|
|
$(Q) mkdir -p techlibs/ice40
|
2015-08-22 02:59:25 -05:00
|
|
|
$(P) python3 $<
|
2015-05-17 01:19:52 -05:00
|
|
|
$(Q) touch techlibs/ice40/brams_init.mk
|
2015-04-26 01:39:31 -05:00
|
|
|
|
|
|
|
techlibs/ice40/brams_init1.vh: techlibs/ice40/brams_init.mk
|
|
|
|
techlibs/ice40/brams_init2.vh: techlibs/ice40/brams_init.mk
|
|
|
|
techlibs/ice40/brams_init3.vh: techlibs/ice40/brams_init.mk
|
|
|
|
|
2015-04-18 02:33:08 -05:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/arith_map.v))
|
2015-03-05 13:37:55 -06:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_map.v))
|
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_sim.v))
|
2016-05-06 16:02:37 -05:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/latches_map.v))
|
2015-04-23 17:06:50 -05:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/brams.txt))
|
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/brams_map.v))
|
2019-08-08 14:56:05 -05:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/dsp_map.v))
|
2019-10-04 12:48:44 -05:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc_model.v))
|
2019-04-18 11:58:34 -05:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc_hx.box))
|
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc_hx.lut))
|
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc_lp.box))
|
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc_lp.lut))
|
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc_u.box))
|
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc_u.lut))
|
2015-03-05 13:37:55 -06:00
|
|
|
|
2015-08-16 14:15:07 -05:00
|
|
|
$(eval $(call add_gen_share_file,share/ice40,techlibs/ice40/brams_init1.vh))
|
|
|
|
$(eval $(call add_gen_share_file,share/ice40,techlibs/ice40/brams_init2.vh))
|
|
|
|
$(eval $(call add_gen_share_file,share/ice40,techlibs/ice40/brams_init3.vh))
|
|
|
|
|