2016-11-01 05:31:13 -05:00
|
|
|
|
|
|
|
OBJS += techlibs/gowin/synth_gowin.o
|
2019-04-12 23:40:02 -05:00
|
|
|
OBJS += techlibs/gowin/determine_init.o
|
|
|
|
|
2016-11-01 05:31:13 -05:00
|
|
|
|
|
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_map.v))
|
|
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_sim.v))
|
2018-12-03 20:08:35 -06:00
|
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/arith_map.v))
|
2019-04-12 23:40:02 -05:00
|
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/brams_map.v))
|
|
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/bram.txt))
|
|
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/drams_map.v))
|
|
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/dram.txt))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/brams_init3.vh))
|
2016-11-01 05:31:13 -05:00
|
|
|
|
2019-09-05 10:25:51 -05:00
|
|
|
EXTRA_OBJS += techlibs/gowin/brams_init.mk
|
|
|
|
.SECONDARY: techlibs/gowin/brams_init.mk
|
|
|
|
|
|
|
|
techlibs/gowin/brams_init.mk: techlibs/gowin/brams_init.py
|
|
|
|
$(Q) mkdir -p techlibs/gowin
|
|
|
|
$(P) python3 $<
|
|
|
|
$(Q) touch $@
|
|
|
|
|
|
|
|
techlibs/gowin/bram_init_16.vh: techlibs/gowin/brams_init.mk
|
|
|
|
$(eval $(call add_gen_share_file,share/gowin,techlibs/gowin/bram_init_16.vh))
|