verilator/test_regress/t/t_select_bad_range2.out
2019-07-26 12:52:38 -04:00

7 lines
349 B
Plaintext

%Warning-SELRANGE: t/t_select_bad_range2.v:50: Selection index out of range: 3:2 outside 1:0
: ... In instance t.test
assign out32 = in[3:2];
^
... Use "/* verilator lint_off SELRANGE */" and lint_on around source to disable this message.
%Error: Exiting due to