mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Apply 'make format'
This commit is contained in:
parent
7eb09c3445
commit
fa8eaf7355
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user