verilator/test_regress/t/t_select_bad_range.out
2023-09-23 08:52:50 -04:00

12 lines
688 B
Plaintext

%Warning-SELRANGE: t/t_select_bad_range.v:16:15: Selection index out of range: 44:44 outside 43:0
: ... note: In instance 't'
16 | sel = mi[44];
| ^
... 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.
%Warning-SELRANGE: t/t_select_bad_range.v:17:16: Selection index out of range: 44:41 outside 43:0
: ... note: In instance 't'
17 | sel2 = mi[44:41];
| ^
%Error: Exiting due to