aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/Makefile.inc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-20 12:39:11 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-20 12:39:11 -0700
commitbe9e4f1b674ef4fb3f02e99efcfda04ea27b2a68 (patch)
tree793d391e5b20a0214d608c7dfe0cf894be143819 /techlibs/xilinx/Makefile.inc
parentc4d4c6db3f4bff22b2fa3a152c5c33d648af81f8 (diff)
downloadyosys-be9e4f1b674ef4fb3f02e99efcfda04ea27b2a68.tar.gz
yosys-be9e4f1b674ef4fb3f02e99efcfda04ea27b2a68.tar.bz2
yosys-be9e4f1b674ef4fb3f02e99efcfda04ea27b2a68.zip
Use abc_{map,unmap,model}.v
Diffstat (limited to 'techlibs/xilinx/Makefile.inc')
-rw-r--r--techlibs/xilinx/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/techlibs/xilinx/Makefile.inc b/techlibs/xilinx/Makefile.inc
index a9e0c5c7b..a11880c4d 100644
--- a/techlibs/xilinx/Makefile.inc
+++ b/techlibs/xilinx/Makefile.inc
@@ -39,7 +39,9 @@ $(eval $(call add_share_file,share/xilinx,techlibs/xilinx/ff_map.v))
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/lut_map.v))
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/mux_map.v))
-$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/abc_ff.v))
+$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/abc_map.v))
+$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/abc_unmap.v))
+$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/abc_model.v))
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/abc_xc7.box))
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/abc_xc7.lut))
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/abc_xc7_nowide.lut))