3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-14 23:05:28 +00:00

recover_reduce_core: Initial commit

Conflicts:
	passes/techmap/Makefile.inc
This commit is contained in:
Robert Ou 2017-08-11 00:40:31 -07:00
parent 68c42f3a19
commit fa310c98f8
2 changed files with 110 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_core.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dff2dffe.o
OBJS += passes/techmap/dffinit.o