3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-31 00:13:18 +00:00

Rename recover_reduce to extract_reduce, fix args handling

This commit is contained in:
Clifford Wolf 2017-08-28 19:52:06 +02:00
parent 3aad3ed3da
commit 908f34aafc
2 changed files with 25 additions and 8 deletions

View file

@ -17,7 +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/extract_reduce.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dff2dffe.o
OBJS += passes/techmap/dffinit.o