diff options
author | David Shah <dave@ds0.me> | 2019-07-08 19:15:25 +0100 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2019-07-08 19:15:25 +0100 |
commit | c865559f9540c29cb9c6302edc8b4a2620c0b49d (patch) | |
tree | 853edbf59cf34857a93196bf9eacaeb7b6edb203 /techlibs/xilinx/Makefile.inc | |
parent | e78864993adab41492670c089f6365088426726f (diff) | |
download | yosys-c865559f9540c29cb9c6302edc8b4a2620c0b49d.tar.gz yosys-c865559f9540c29cb9c6302edc8b4a2620c0b49d.tar.bz2 yosys-c865559f9540c29cb9c6302edc8b4a2620c0b49d.zip |
xc7: Map combinational DSP48E1s
Signed-off-by: David Shah <dave@ds0.me>
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 17c5df37d..c41015e94 100644 --- a/techlibs/xilinx/Makefile.inc +++ b/techlibs/xilinx/Makefile.inc @@ -31,6 +31,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)) |