mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
11 lines
532 B
Plaintext
11 lines
532 B
Plaintext
%Warning-SELRANGE: t/t_select_bad_range.v:15: Selection index out of range: 44:44 outside 43:0
|
|
: ... In instance t
|
|
sel = mi[44];
|
|
^
|
|
... Use "/* verilator lint_off SELRANGE */" and lint_on around source to disable this message.
|
|
%Warning-SELRANGE: t/t_select_bad_range.v:16: Selection index out of range: 44:41 outside 43:0
|
|
: ... In instance t
|
|
sel2 = mi[44:41];
|
|
^
|
|
%Error: Exiting due to
|