mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 10:50:25 +00:00
Added "aig" pass
This commit is contained in:
parent
9500b564ac
commit
66f9ee412a
3 changed files with 291 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue