diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-01 09:46:32 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-01 09:46:32 -0700 |
commit | dda2ec3cc5554f610bfcb86272dfb0a412abad66 (patch) | |
tree | c1d7d9f357298c6dd586d6bf323195c8400b3dad /techlibs/ecp5 | |
parent | fd2fb4f0f0132499ec4db3ce4d85f57c5ab618f8 (diff) | |
parent | 0067dc44f3928833eede2b9bb40260be78e11a93 (diff) | |
download | yosys-dda2ec3cc5554f610bfcb86272dfb0a412abad66.tar.gz yosys-dda2ec3cc5554f610bfcb86272dfb0a412abad66.tar.bz2 yosys-dda2ec3cc5554f610bfcb86272dfb0a412abad66.zip |
Merge branch 'master' into eddie/script_from_wire
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 |