2018-11-03 18:59:04 +00:00
|
|
|
%Warning-SELRANGE: t/t_select_bad_range.v:15: Selection index out of range: 44:44 outside 43:0
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
sel = mi[44];
|
|
|
|
^
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off SELRANGE */" and lint_on around source to disable this message.
|
2018-11-03 18:59:04 +00:00
|
|
|
%Warning-SELRANGE: t/t_select_bad_range.v:16: Selection index out of range: 44:41 outside 43:0
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
sel2 = mi[44:41];
|
|
|
|
^
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|