From ec38fb723da43bff377dbc9183d44709ef2ef9ed Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 8 Dec 2025 21:33:21 -0500 Subject: [PATCH] Internals: Remove added debug to avoid false leak warning --- src/V3Param.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3Param.cpp b/src/V3Param.cpp index 175eb248d..5faf49a77 100644 --- a/src/V3Param.cpp +++ b/src/V3Param.cpp @@ -2007,7 +2007,8 @@ public: resortNetlistModules(netlistp); - V3Global::dumpCheckGlobalTree("param-predel", 0, dumpTreeEitherLevel() >= 9); + // For occasional debug only; this will upset VL_LEAK_CHECKS + // V3Global::dumpCheckGlobalTree("param-predel", 0, dumpTreeEitherLevel() >= 9); // Remove defaulted classes // Unlike modules, which we keep around and mark dead() for later V3Dead