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

Added "aig" pass

This commit is contained in:
Clifford Wolf 2015-06-09 22:33:26 +02:00
parent 9500b564ac
commit 66f9ee412a
3 changed files with 291 additions and 16 deletions

View file

@ -18,6 +18,7 @@ OBJS += passes/techmap/dff2dffe.o
OBJS += passes/techmap/dffinit.o
OBJS += passes/techmap/pmuxtree.o
OBJS += passes/techmap/muxcover.o
OBJS += passes/techmap/aig.o
endif
GENFILES += passes/techmap/techmap.inc