Also update Makefile.inc

This commit is contained in:
Eddie Hung 2019-04-18 09:58:34 -07:00
parent 7b6ab937c1
commit 9278192efe
1 changed files with 6 additions and 7 deletions

View File

@ -28,13 +28,12 @@ $(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_sim.v))
$(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/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_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))
$(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))