mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-13 02:34:44 +00:00
Add opt_demorgan
This commit is contained in:
parent
241f6370bd
commit
f80107a4d5
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue