2020-03-15 02:02:42 +00:00
|
|
|
%Warning-LITENDIAN: t/t_interface_array_nocolon_bad.v:25:26: Little endian cell range connecting to vector: MSB < LSB of cell range: 0:2
|
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
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-15 02:02:42 +00:00
|
|
|
%Warning-LITENDIAN: t/t_interface_array_nocolon_bad.v:26:28: Little endian cell range connecting to vector: MSB < LSB of cell range: 1:3
|
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
foo_intf fool [1:3] (.x(X));
|
|
|
|
^
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-LITENDIAN: t/t_interface_array_nocolon_bad.v:29:26: Little endian cell range connecting to vector: MSB < LSB of cell range: 0:2
|
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
foo_subm subs [N] (.x(X));
|
|
|
|
^
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-LITENDIAN: t/t_interface_array_nocolon_bad.v:30:28: Little endian cell range connecting to vector: MSB < LSB of cell range: 1:3
|
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
foo_subm subl [1:3] (.x(X));
|
|
|
|
^
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|