mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 02:28:43 +02:00
Typo fixes.
This commit is contained in:
+1
-1
@@ -327,7 +327,7 @@ private:
|
||||
if (nodep->lsbp()->castConst() && nodep->msbConst() > frommsb) {
|
||||
// See also warning in V3Const
|
||||
// We need to check here, because the widthCheck may silently
|
||||
// add another SEL which will loose the out-of-range check
|
||||
// add another SEL which will lose the out-of-range check
|
||||
nodep->v3error("Selection index out of range: "
|
||||
<<nodep->msbConst()<<":"<<nodep->lsbConst()
|
||||
<<" outside "<<frommsb<<":"<<fromlsb);
|
||||
|
||||
Reference in New Issue
Block a user