Apply 'make format'
This commit is contained in:
parent
62ffe43a82
commit
1096740113
|
|
@ -616,8 +616,7 @@ public:
|
||||||
// Wide functions assign into the array directly, don't need separate assign statement
|
// Wide functions assign into the array directly, don't need separate assign statement
|
||||||
m_wideTempRefp = VN_AS(nodep->lhsp(), VarRef);
|
m_wideTempRefp = VN_AS(nodep->lhsp(), VarRef);
|
||||||
paren = false;
|
paren = false;
|
||||||
} else if (nodep->isWide() && !unpackDtp
|
} else if (nodep->isWide() && !unpackDtp && !VN_IS(nodep->rhsp(), Const)) {
|
||||||
&& !VN_IS(nodep->rhsp(), Const)) {
|
|
||||||
putnbs(nodep, "VL_ASSIGN_W(");
|
putnbs(nodep, "VL_ASSIGN_W(");
|
||||||
puts(cvtToStr(nodep->widthMin()) + ", ");
|
puts(cvtToStr(nodep->widthMin()) + ", ");
|
||||||
iterateAndNextConstNull(nodep->lhsp());
|
iterateAndNextConstNull(nodep->lhsp());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue