3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 20:21:25 +00:00

recover_reduce: Add driver script for the $reduce_* recover feature

Conflicts:
	passes/techmap/Makefile.inc
This commit is contained in:
Robert Ou 2017-08-11 02:00:33 -07:00
parent 8b7dc792ee
commit 99dad40ed0
2 changed files with 101 additions and 0 deletions

View file

@ -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