3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-27 05:26:02 +00:00

Add "-device" argument to synth_ice40

This commit is contained in:
Eddie Hung 2019-04-17 15:04:46 -07:00
parent 671cca59a9
commit 6f3e5297db
4 changed files with 20 additions and 7 deletions

View file

@ -28,9 +28,11 @@ $(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.box))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc.v))
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc.lut))
$(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_gen_share_file,share/ice40,techlibs/ice40/brams_init1.vh))
$(eval $(call add_gen_share_file,share/ice40,techlibs/ice40/brams_init2.vh))