diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-17 15:04:46 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-17 15:04:46 -0700 |
commit | 6f3e5297dbf1a0b28e6bfa51990f957939d722d7 (patch) | |
tree | 911c262bbeae872aef2194499a09affa2ab28c47 /techlibs/ice40/Makefile.inc | |
parent | 671cca59a9f63f9fb7102727eb4dee1b18fe3ef6 (diff) | |
download | yosys-6f3e5297dbf1a0b28e6bfa51990f957939d722d7.tar.gz yosys-6f3e5297dbf1a0b28e6bfa51990f957939d722d7.tar.bz2 yosys-6f3e5297dbf1a0b28e6bfa51990f957939d722d7.zip |
Add "-device" argument to synth_ice40
Diffstat (limited to 'techlibs/ice40/Makefile.inc')
-rw-r--r-- | techlibs/ice40/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/techlibs/ice40/Makefile.inc b/techlibs/ice40/Makefile.inc index abfede011..efcea6e98 100644 --- a/techlibs/ice40/Makefile.inc +++ b/techlibs/ice40/Makefile.inc @@ -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)) |