2020-03-21 15:24:24 +00:00
|
|
|
%Warning-LITENDIAN: t/t_interface_array_nocolon_bad.v:26:26: Little endian cell range connecting to vector: MSB < LSB of cell range: 0:2
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
26 | foo_intf foos [N] (.x(X));
|
|
|
|
| ^
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off LITENDIAN */" and lint_on around source to disable this message.
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-LITENDIAN: t/t_interface_array_nocolon_bad.v:27:28: Little endian cell range connecting to vector: MSB < LSB of cell range: 1:3
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
27 | foo_intf fool [1:3] (.x(X));
|
|
|
|
| ^
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-LITENDIAN: t/t_interface_array_nocolon_bad.v:30:26: Little endian cell range connecting to vector: MSB < LSB of cell range: 0:2
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
30 | foo_subm subs [N] (.x(X));
|
|
|
|
| ^
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-LITENDIAN: t/t_interface_array_nocolon_bad.v:31:28: Little endian cell range connecting to vector: MSB < LSB of cell range: 1:3
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
31 | foo_subm subl [1:3] (.x(X));
|
|
|
|
| ^
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|