diff options
author | David Shah <dave@ds0.me> | 2019-06-14 12:02:12 +0100 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2019-06-14 17:15:02 +0100 |
commit | 95665730540c0fd7c76690f28d0fd6b5f13f2223 (patch) | |
tree | 91907bc7387e194d64d5503dec4bf4c7987593ae /techlibs/ecp5/Makefile.inc | |
parent | bc22e2e3ee120aeb84323ce52031b895f9f62f54 (diff) | |
download | yosys-95665730540c0fd7c76690f28d0fd6b5f13f2223.tar.gz yosys-95665730540c0fd7c76690f28d0fd6b5f13f2223.tar.bz2 yosys-95665730540c0fd7c76690f28d0fd6b5f13f2223.zip |
ecp5: Add abc9 option
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'techlibs/ecp5/Makefile.inc')
-rw-r--r-- | techlibs/ecp5/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/techlibs/ecp5/Makefile.inc b/techlibs/ecp5/Makefile.inc index 4db087e87..eee3b418f 100644 --- a/techlibs/ecp5/Makefile.inc +++ b/techlibs/ecp5/Makefile.inc @@ -11,6 +11,9 @@ $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/bram.txt)) $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/arith_map.v)) $(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)) + EXTRA_OBJS += techlibs/ecp5/brams_init.mk techlibs/ecp5/brams_connect.mk .SECONDARY: techlibs/ecp5/brams_init.mk techlibs/ecp5/brams_connect.mk |