forked from github/verilator
7 lines
393 B
Plaintext
7 lines
393 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];
|
|
| ^
|
|
... Use "/* verilator lint_off SELRANGE */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|