From 99791ac8b3e2279cebaebd67630640c5c601b83e Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Fri, 28 Oct 2022 16:35:53 +0100 Subject: [PATCH] Reduce verbosity of DFG debug --- src/V3DfgOptimizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3DfgOptimizer.cpp b/src/V3DfgOptimizer.cpp index db8fef6a1..b162f6819 100644 --- a/src/V3DfgOptimizer.cpp +++ b/src/V3DfgOptimizer.cpp @@ -259,7 +259,7 @@ void V3DfgOptimizer::optimize(AstNetlist* netlistp, const string& label) { AstModule* const modp = VN_CAST(nodep, Module); if (!modp) continue; - UINFO(3, "Applying DFG optimization to module'" << modp->name() << "'" << endl); + UINFO(4, "Applying DFG optimization to module '" << modp->name() << "'" << endl); ++ctx.m_modules; // Build the DFG of this module