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

12 lines
706 B
Plaintext

%Warning-ASCRANGE: t/t_select_bad_msb.v:12:8: Ascending bit range vector: left < right of bit range: [0:22]
: ... note: In instance 't'
12 | reg [0:22] backwd;
| ^
... For warning description see https://verilator.org/warn/ASCRANGE?v=latest
... Use "/* verilator lint_off ASCRANGE */" and lint_on around source to disable this message.
%Warning-SELRANGE: t/t_select_bad_msb.v:16:16: [1:4] Slice range has ascending bit ordering, perhaps you wanted [4:1]
: ... note: In instance 't'
16 | sel2 = mi[1:4];
| ^
%Error: Exiting due to