3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 08:35:32 +00:00

Need wreduce in SMALL mode

This commit is contained in:
Akash Levy 2025-02-14 12:25:18 -08:00
parent 9397847959
commit f01bcddd9e

View file

@ -714,6 +714,7 @@ include $(YOSYS_SRC)/passes/silimate/Makefile.inc
OBJS += passes/opt/pmux2shiftx.o
OBJS += passes/opt/muxpack.o
OBJS += passes/opt/wreduce.o
OBJS += passes/sat/sim.o
OBJS += passes/techmap/extract.o
OBJS += passes/techmap/extract_reduce.o