mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 03:14:05 +02:00
Internals: Make SelPlus consistent with other branches. No functional change intended.
This commit is contained in:
+1
-1
@@ -342,7 +342,7 @@ private:
|
||||
// SELPLUS(from,lsb,width) -> SEL(from, lsb-vector_lsb, width)
|
||||
newp = new AstSel (nodep->fileline(),
|
||||
fromp,
|
||||
newSubLsbOf(rhsp, basefromp),
|
||||
newSubNeg(rhsp, adtypep->lsb()),
|
||||
widthp);
|
||||
}
|
||||
} else if (nodep->castSelMinus()) {
|
||||
|
||||
Reference in New Issue
Block a user