forked from github/verilator
8 lines
489 B
Plaintext
8 lines
489 B
Plaintext
%Warning-SELRANGE: t/t_select_bad_range3.v:19:33: Selection index out of range: 13 outside 12:10
|
|
: ... In instance t
|
|
19 | assign outwires[12] = inwires[13];
|
|
| ^
|
|
... For warning description see https://verilator.org/warn/SELRANGE?v=latest
|
|
... Use "/* verilator lint_off SELRANGE */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|