From 0d4270c979a1e74a1973db78915fdec53dad8f6c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 5 Jan 2019 06:01:07 -0500 Subject: [PATCH] Turn off temporary debug message. --- src/V3Width.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Width.cpp b/src/V3Width.cpp index 51982f824..501e18035 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -1147,7 +1147,7 @@ private: // We ignore warnings as that is sort of the point of a cast iterateCheck(nodep,"Cast expr",nodep->lhsp(),CONTEXT,FINAL,calcDtp,EXTEND_EXP, false); } - if (debug()) nodep->dumpTree(cout," CastSizeClc: "); + //if (debug()) nodep->dumpTree(cout," CastSizeClc: "); // Next step, make the proper output width { AstNodeDType* outDtp = (underDtp->isFourstate()