aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/Makefile.inc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-04-03 16:28:25 -0700
committerGitHub <noreply@github.com>2020-04-03 16:28:25 -0700
commitd61a6b81fcbc90dba81e136e0de65904f73a859e (patch)
tree2ef4b8f284c132b89015211a235379a12b87fb2a /techlibs/common/Makefile.inc
parentcf716e1fff53fe4633dce98ebca04fe36c283106 (diff)
parent7b38cde2df0631aac0377cd155653ae0e0084ed0 (diff)
downloadyosys-d61a6b81fcbc90dba81e136e0de65904f73a859e.tar.gz
yosys-d61a6b81fcbc90dba81e136e0de65904f73a859e.tar.bz2
yosys-d61a6b81fcbc90dba81e136e0de65904f73a859e.zip
Merge pull request #1648 from YosysHQ/eddie/cmp2lcu
"techmap -map +/cmp2lcu.v" for decomposing arithmetic compares to $lcu
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 d5e69a241..7b1e4b430 100644
--- a/techlibs/common/Makefile.inc
+++ b/techlibs/common/Makefile.inc
@@ -30,3 +30,4 @@ $(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/abc9_model.v))
+$(eval $(call add_share_file,share,techlibs/common/cmp2lcu.v))