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

7 lines
371 B
Plaintext

%Warning-SELRANGE: t/t_select_bad_range3.v:18: Selection index out of range: 13 outside 12:10
: ... In instance t
assign outwires[12] = inwires[13];
^
... Use "/* verilator lint_off SELRANGE */" and lint_on around source to disable this message.
%Error: Exiting due to