aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-01-02 15:43:10 +0100
committerGitHub <noreply@github.com>2019-01-02 15:43:10 +0100
commit00330c741a52a96e7ec9ed53fde7de591e9f9c46 (patch)
tree652d853619b69babe0e4595cd717e459f9e3ad69 /techlibs/common/Makefile.inc
parent50b09de03320843660636c663629c649ab242321 (diff)
parenta91892bba422bbe8de080a105a6fb4b44f96df1a (diff)
downloadyosys-00330c741a52a96e7ec9ed53fde7de591e9f9c46.tar.gz
yosys-00330c741a52a96e7ec9ed53fde7de591e9f9c46.tar.bz2
yosys-00330c741a52a96e7ec9ed53fde7de591e9f9c46.zip
Merge pull request #771 from whitequark/techmap_cmp2lut
cmp2lut: new techmap pass
Diffstat (limited to 'techlibs/common/Makefile.inc')
-rw-r--r--techlibs/common/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc
index 70074f653..0e05620bc 100644
--- a/techlibs/common/Makefile.inc
+++ b/techlibs/common/Makefile.inc
@@ -26,5 +26,5 @@ $(eval $(call add_share_file,share,techlibs/common/pmux2mux.v))
$(eval $(call add_share_file,share,techlibs/common/adff2dff.v))
$(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))
-