From f01bcddd9ef99ea19f5ffe8c661d582c1d02a2a7 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Fri, 14 Feb 2025 12:25:18 -0800 Subject: [PATCH] Need wreduce in SMALL mode --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 69a006570..3b16dd64a 100644 --- a/Makefile +++ b/Makefile @@ -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