1
0
mirror of https://github.com/verilator/verilator.git synced 2025-01-20 21:34:04 +00:00
verilator/test_regress/t/t_struct_unpacked2.out

11 lines
620 B
Plaintext
Raw Normal View History

%Warning-UNPACKED: t/t_struct_unpacked2.v:10:13: Unsupported: Unpacked array in packed struct/union (struct/union converted to unpacked)
10 | int b [2];
| ^
2021-04-24 14:33:49 +00:00
... For warning description see https://verilator.org/warn/UNPACKED?v=latest
... Use "/* verilator lint_off UNPACKED */" and lint_on around source to disable this message.
%Warning-UNPACKED: t/t_struct_unpacked2.v:9:12: Unsupported: Unpacked struct/union
: ... In instance x
9 | typedef struct {
| ^~~~~~
%Error: Exiting due to