aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorRobert Ou <rqou@robertou.com>2017-08-11 02:00:33 -0700
committerRobert Ou <rqou@robertou.com>2017-08-27 01:57:20 -0700
commit99dad40ed056e33173be4cb24b476ae0ab28edc7 (patch)
tree71fdaf90ab4986f256f8e18e79d385d0f1b6e77a /passes/techmap/Makefile.inc
parent8b7dc792ee8301af10dcd83798128c1f0f5c43c3 (diff)
downloadyosys-99dad40ed056e33173be4cb24b476ae0ab28edc7.tar.gz
yosys-99dad40ed056e33173be4cb24b476ae0ab28edc7.tar.bz2
yosys-99dad40ed056e33173be4cb24b476ae0ab28edc7.zip
recover_reduce: Add driver script for the $reduce_* recover feature
Conflicts: passes/techmap/Makefile.inc
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 51ed356fe..7561369b9 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -17,6 +17,7 @@ OBJS += passes/techmap/iopadmap.o
OBJS += passes/techmap/hilomap.o
OBJS += passes/techmap/extract.o
OBJS += passes/techmap/extract_fa.o
+OBJS += passes/techmap/recover_reduce.o
OBJS += passes/techmap/recover_reduce_core.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dff2dffe.o