From e591afd10184f5093fe23567c100049aeceb8527 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 30 May 2020 09:35:48 -0400 Subject: [PATCH] Disable over-sensitive debug dump. --- src/V3Gate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Gate.cpp b/src/V3Gate.cpp index 3b62f0e73..a974730cf 100644 --- a/src/V3Gate.cpp +++ b/src/V3Gate.cpp @@ -1181,7 +1181,7 @@ private: GateLogicVertex* consumeVertexp = dynamic_cast(outedgep->top()); AstNode* consumerp = consumeVertexp->nodep(); - m_graphp->dumpDotFilePrefixed("gate_preelim"); + // if (debug() >= 9) m_graphp->dumpDotFilePrefixed("gate_preelim"); UINFO(9, "elim src vtx" << lvertexp << " node " << lvertexp->nodep() << endl); UINFO(9,