diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-15 15:03:15 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-15 15:03:15 -0700 |
commit | 5f00d335d4861fc03dd7b6cee68fd79505bd3d41 (patch) | |
tree | ea91a42a04ebefc2155dc4c2dd2f9d2081e80af1 /techlibs/xilinx/Makefile.inc | |
parent | dd59375a66b6463df9cc371b30249324b47399aa (diff) | |
download | yosys-5f00d335d4861fc03dd7b6cee68fd79505bd3d41.tar.gz yosys-5f00d335d4861fc03dd7b6cee68fd79505bd3d41.tar.bz2 yosys-5f00d335d4861fc03dd7b6cee68fd79505bd3d41.zip |
Oops forgot these files
Diffstat (limited to 'techlibs/xilinx/Makefile.inc')
-rw-r--r-- | techlibs/xilinx/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/xilinx/Makefile.inc b/techlibs/xilinx/Makefile.inc index 2c6e7432e..b0251d621 100644 --- a/techlibs/xilinx/Makefile.inc +++ b/techlibs/xilinx/Makefile.inc @@ -38,6 +38,7 @@ $(eval $(call add_share_file,share/xilinx,techlibs/xilinx/arith_map.v)) $(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/dsp_map.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)) |