diff --git a/src/V3Inst.cpp b/src/V3Inst.cpp index 605dfbd0e..dd3e7e283 100644 --- a/src/V3Inst.cpp +++ b/src/V3Inst.cpp @@ -326,9 +326,10 @@ private: = nodep->exprp()->dtypep()->dimensions(false); UINFO(4, " PINVAR " << nodep->modVarp() << endl); UINFO(4, " EXP " << nodep->exprp() << endl); - UINFO(4, " expwidth=" << expwidth << " modwidth=" << modwidth << " expDim(p,u)=" << expDim.first - << "," << expDim.second << " pinDim(p,u)=" << pinDim.first << "," - << pinDim.second << endl); + UINFO(4, " expwidth=" << expwidth << " modwidth=" << modwidth + << " expDim(p,u)=" << expDim.first << "," << expDim.second + << " pinDim(p,u)=" << pinDim.first << "," << pinDim.second + << endl); if (expDim.second == pinDim.second + 1) { // Connection to array, where array dimensions match the instant dimension const AstRange* const rangep