verilator/test_regress/t/t_param_sel_range_bad.out
2019-07-14 21:42:03 -04:00

6 lines
308 B
Plaintext

%Warning-SELRANGE: t/t_param_sel_range.v:40: Selection index out of range: 7:7 outside 4:0
r_rst[i] <= r_rst[i-1];
^
... Use "/* verilator lint_off SELRANGE */" and lint_on around source to disable this message.
%Error: Exiting due to