mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 00:27:35 +00:00
11 lines
570 B
Plaintext
11 lines
570 B
Plaintext
%Warning-LITENDIAN: t/t_select_bad_msb.v:12:8: Little bit endian vector: MSB < LSB of bit range: 0:22
|
|
: ... In instance t
|
|
12 | reg [0:22] backwd;
|
|
| ^
|
|
... Use "/* verilator lint_off LITENDIAN */" and lint_on around source to disable this message.
|
|
%Error: t/t_select_bad_msb.v:16:16: [1:4] Range extract has backward bit ordering, perhaps you wanted [4:1]
|
|
: ... In instance t
|
|
16 | sel2 = mi[1:4];
|
|
| ^
|
|
%Error: Exiting due to
|