From 26db947b5736a974bf1070d77d0f2f591d0cec29 Mon Sep 17 00:00:00 2001 From: AdvaySingh1 Date: Thu, 19 Mar 2026 10:08:52 -0700 Subject: [PATCH] Added zinit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0e41ee2cb..29949995b 100644 --- a/Makefile +++ b/Makefile @@ -778,6 +778,7 @@ OBJS += passes/techmap/aigmap.o OBJS += passes/techmap/attrmap.o OBJS += passes/techmap/clockgate.o OBJS += passes/techmap/dffunmap.o +OBJS += passes/techmap/zinit.o include $(YOSYS_SRC)/passes/hierarchy/Makefile.inc include $(YOSYS_SRC)/passes/memory/Makefile.inc