mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-17 03:15:47 +00:00
Need wreduce in SMALL mode
This commit is contained in:
parent
9397847959
commit
f01bcddd9e
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -714,6 +714,7 @@ include $(YOSYS_SRC)/passes/silimate/Makefile.inc
|
||||||
|
|
||||||
OBJS += passes/opt/pmux2shiftx.o
|
OBJS += passes/opt/pmux2shiftx.o
|
||||||
OBJS += passes/opt/muxpack.o
|
OBJS += passes/opt/muxpack.o
|
||||||
|
OBJS += passes/opt/wreduce.o
|
||||||
OBJS += passes/sat/sim.o
|
OBJS += passes/sat/sim.o
|
||||||
OBJS += passes/techmap/extract.o
|
OBJS += passes/techmap/extract.o
|
||||||
OBJS += passes/techmap/extract_reduce.o
|
OBJS += passes/techmap/extract_reduce.o
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue