mirror of
https://github.com/verilator/verilator.git
synced 2025-01-12 09:37:56 +00:00
9 lines
458 B
Plaintext
9 lines
458 B
Plaintext
|
%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];
|
||
|
| ^
|
||
|
... 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
|
||
|
9 | typedef struct {
|
||
|
| ^~~~~~
|
||
|
%Error: Exiting due to
|