From d1b2f9c13d470a43df6c8d6c69b29b95975f539a Mon Sep 17 00:00:00 2001 From: AdvaySingh1 Date: Wed, 15 Apr 2026 17:06:54 -0700 Subject: [PATCH] ENG-1858 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 083d33407..33519a233 100644 --- a/Makefile +++ b/Makefile @@ -777,6 +777,7 @@ OBJS += passes/techmap/muxcover.o OBJS += passes/techmap/aigmap.o OBJS += passes/techmap/attrmap.o OBJS += passes/techmap/clockgate.o +OBJS += passes/techmap/dfflegalize.o OBJS += passes/techmap/dffunmap.o OBJS += passes/techmap/zinit.o