diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-29 19:39:27 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-29 19:39:27 -0700 |
commit | 62ba724ccb54dcbb1a8499c6eaf266f9328d799d (patch) | |
tree | 6721e896e0559c45f73b81aaeb84b4abac2da924 /techlibs/ecp5 | |
parent | dc05613613f9de1360cf21f85251b2389089a56c (diff) | |
parent | dd8d264bf5b4a3d8230caf5ec7160f971131b33c (diff) | |
download | yosys-62ba724ccb54dcbb1a8499c6eaf266f9328d799d.tar.gz yosys-62ba724ccb54dcbb1a8499c6eaf266f9328d799d.tar.bz2 yosys-62ba724ccb54dcbb1a8499c6eaf266f9328d799d.zip |
Merge remote-tracking branch 'origin/master' into xc7mux
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 |