Apply 'make format'
This commit is contained in:
parent
7eb09c3445
commit
fa8eaf7355
|
|
@ -326,9 +326,10 @@ private:
|
||||||
= nodep->exprp()->dtypep()->dimensions(false);
|
= nodep->exprp()->dtypep()->dimensions(false);
|
||||||
UINFO(4, " PINVAR " << nodep->modVarp() << endl);
|
UINFO(4, " PINVAR " << nodep->modVarp() << endl);
|
||||||
UINFO(4, " EXP " << nodep->exprp() << endl);
|
UINFO(4, " EXP " << nodep->exprp() << endl);
|
||||||
UINFO(4, " expwidth=" << expwidth << " modwidth=" << modwidth << " expDim(p,u)=" << expDim.first
|
UINFO(4, " expwidth=" << expwidth << " modwidth=" << modwidth
|
||||||
<< "," << expDim.second << " pinDim(p,u)=" << pinDim.first << ","
|
<< " expDim(p,u)=" << expDim.first << "," << expDim.second
|
||||||
<< pinDim.second << endl);
|
<< " pinDim(p,u)=" << pinDim.first << "," << pinDim.second
|
||||||
|
<< endl);
|
||||||
if (expDim.second == pinDim.second + 1) {
|
if (expDim.second == pinDim.second + 1) {
|
||||||
// Connection to array, where array dimensions match the instant dimension
|
// Connection to array, where array dimensions match the instant dimension
|
||||||
const AstRange* const rangep
|
const AstRange* const rangep
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue