mirror of https://github.com/YosysHQ/yosys.git
Add opt_demorgan
This commit is contained in:
parent
241f6370bd
commit
f80107a4d5
3
Makefile
3
Makefile
|
|
@ -712,8 +712,9 @@ include $(YOSYS_SRC)/passes/equiv/Makefile.inc
|
|||
include $(YOSYS_SRC)/passes/cmds/Makefile.inc
|
||||
include $(YOSYS_SRC)/passes/silimate/Makefile.inc
|
||||
|
||||
OBJS += passes/opt/pmux2shiftx.o
|
||||
OBJS += passes/opt/muxpack.o
|
||||
OBJS += passes/opt/opt_demorgan.o
|
||||
OBJS += passes/opt/pmux2shiftx.o
|
||||
OBJS += passes/opt/wreduce.o
|
||||
OBJS += passes/sat/sim.o
|
||||
OBJS += passes/techmap/extract.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue