Reduce verbosity of DFG debug
This commit is contained in:
parent
ee26378394
commit
99791ac8b3
|
|
@ -259,7 +259,7 @@ void V3DfgOptimizer::optimize(AstNetlist* netlistp, const string& label) {
|
||||||
AstModule* const modp = VN_CAST(nodep, Module);
|
AstModule* const modp = VN_CAST(nodep, Module);
|
||||||
if (!modp) continue;
|
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;
|
++ctx.m_modules;
|
||||||
|
|
||||||
// Build the DFG of this module
|
// Build the DFG of this module
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue