Update Makefile.inc too

This commit is contained in:
Eddie Hung 2019-04-17 15:19:48 -07:00
parent c795e14d25
commit 8fd455c910
1 changed files with 6 additions and 4 deletions

View File

@ -29,10 +29,12 @@ $(eval $(call add_share_file,share/ice40,techlibs/ice40/latches_map.v))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/brams.txt))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/brams_map.v))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc.v))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/hx8k.box))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/hx8k.lut))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/up5k.box))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/up5k.lut))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/hx.box))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/hx.lut))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/lp.box))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/lp.lut))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/u.box))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/u.lut))
$(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))