diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-02 09:21:02 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-02 09:21:02 -0700 |
commit | 810f8c5dbdcf3cdd043e4c0dd597c0a03cce3f8b (patch) | |
tree | 75d6673366080066f17114ebfcff17aa49f83463 /techlibs/ecp5 | |
parent | 85f1c2dcbe1ebd3fa609f2a9a558810dfcc8484c (diff) | |
parent | 81a717e9b767792f64535757f905a5061c627fbd (diff) | |
download | yosys-810f8c5dbdcf3cdd043e4c0dd597c0a03cce3f8b.tar.gz yosys-810f8c5dbdcf3cdd043e4c0dd597c0a03cce3f8b.tar.bz2 yosys-810f8c5dbdcf3cdd043e4c0dd597c0a03cce3f8b.zip |
Merge branch 'eddie/script_from_wire' into eddie/xc7srl_cleanup
Diffstat (limited to 'techlibs/ecp5')
-rw-r--r-- | techlibs/ecp5/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ecp5/Makefile.inc b/techlibs/ecp5/Makefile.inc index eee3b418f..ff39ba4fe 100644 --- a/techlibs/ecp5/Makefile.inc +++ b/techlibs/ecp5/Makefile.inc @@ -13,6 +13,7 @@ $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/latches_map.v)) $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/abc_5g.box)) $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/abc_5g.lut)) +$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/abc_5g_nowide.lut)) EXTRA_OBJS += techlibs/ecp5/brams_init.mk techlibs/ecp5/brams_connect.mk .SECONDARY: techlibs/ecp5/brams_init.mk techlibs/ecp5/brams_connect.mk |