diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-17 15:19:48 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-17 15:19:48 -0700 |
commit | 8fd455c91070e1e4cf05cbece79999fef04bb9b9 (patch) | |
tree | df62b959f1135b9a7f305e88d19b6da7cfccd123 | |
parent | c795e14d25b42ae28bd4b8f7e259e969442437b3 (diff) | |
download | yosys-8fd455c91070e1e4cf05cbece79999fef04bb9b9.tar.gz yosys-8fd455c91070e1e4cf05cbece79999fef04bb9b9.tar.bz2 yosys-8fd455c91070e1e4cf05cbece79999fef04bb9b9.zip |
Update Makefile.inc too
-rw-r--r-- | techlibs/ice40/Makefile.inc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/techlibs/ice40/Makefile.inc b/techlibs/ice40/Makefile.inc index efcea6e98..cb2121a11 100644 --- a/techlibs/ice40/Makefile.inc +++ b/techlibs/ice40/Makefile.inc @@ -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)) |