aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/Makefile.inc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-09-29 11:26:22 -0700
committerGitHub <noreply@github.com>2019-09-29 11:26:22 -0700
commit8474c5b366660153cae03a9de4af8e1ed809856d (patch)
treecd157ab16b528565ced19f422ffece1c6110f53e /techlibs/common/Makefile.inc
parentce0631c371f69f0132ea9ee4bc8f5ee576dbb1a3 (diff)
parentb3d8a60cbd94176076f23c4ea6c94ec24e6773e0 (diff)
downloadyosys-8474c5b366660153cae03a9de4af8e1ed809856d.tar.gz
yosys-8474c5b366660153cae03a9de4af8e1ed809856d.tar.bz2
yosys-8474c5b366660153cae03a9de4af8e1ed809856d.zip
Merge pull request #1359 from YosysHQ/xc7dsp
DSP inference for Xilinx (improved for ice40, initial support for ecp5)
Diffstat (limited to 'techlibs/common/Makefile.inc')
-rw-r--r--techlibs/common/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc
index de94798af..6c0a4fe66 100644
--- a/techlibs/common/Makefile.inc
+++ b/techlibs/common/Makefile.inc
@@ -28,4 +28,5 @@ $(eval $(call add_share_file,share,techlibs/common/dff2ff.v))
$(eval $(call add_share_file,share,techlibs/common/gate2lut.v))
$(eval $(call add_share_file,share,techlibs/common/cmp2lut.v))
$(eval $(call add_share_file,share,techlibs/common/cells.lib))
+$(eval $(call add_share_file,share,techlibs/common/mul2dsp.v))
$(eval $(call add_share_file,share,techlibs/common/dummy.box))