aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-08-22 13:48:55 +0200
committerClifford Wolf <clifford@clifford.at>2017-08-22 13:52:13 +0200
commit51cbec7f75d0f78e9a1fcc6b5d10d564c3035c13 (patch)
tree0eb4cb0fa3a75158097c6681365892ec78c36a47 /passes/techmap/Makefile.inc
parentd3b3dd8e88383054f74a8301616770c76166a113 (diff)
downloadyosys-51cbec7f75d0f78e9a1fcc6b5d10d564c3035c13.tar.gz
yosys-51cbec7f75d0f78e9a1fcc6b5d10d564c3035c13.tar.bz2
yosys-51cbec7f75d0f78e9a1fcc6b5d10d564c3035c13.zip
Add experimental adders pass
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r--passes/techmap/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index 311a1af95..418cc6c2b 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -32,6 +32,7 @@ OBJS += passes/techmap/insbuf.o
OBJS += passes/techmap/attrmvcp.o
OBJS += passes/techmap/attrmap.o
OBJS += passes/techmap/zinit.o
+OBJS += passes/techmap/adders.o
endif
GENFILES += passes/techmap/techmap.inc