forked from github/verilator
Internals: Make SelPlus consistent with other branches. No functional change intended.
This commit is contained in:
parent
0985b82760
commit
191af2e87b
@ -342,7 +342,7 @@ private:
|
|||||||
// SELPLUS(from,lsb,width) -> SEL(from, lsb-vector_lsb, width)
|
// SELPLUS(from,lsb,width) -> SEL(from, lsb-vector_lsb, width)
|
||||||
newp = new AstSel (nodep->fileline(),
|
newp = new AstSel (nodep->fileline(),
|
||||||
fromp,
|
fromp,
|
||||||
newSubLsbOf(rhsp, basefromp),
|
newSubNeg(rhsp, adtypep->lsb()),
|
||||||
widthp);
|
widthp);
|
||||||
}
|
}
|
||||||
} else if (nodep->castSelMinus()) {
|
} else if (nodep->castSelMinus()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user