forked from github/verilator
8 lines
439 B
Plaintext
8 lines
439 B
Plaintext
%Error: t/t_prot_lib_unpacked_bad.v:7:28: Unsupported: unpacked arrays with protect-lib on 'unpacked_in'
|
|
7 | input unpacked_in [7:0],
|
|
| ^~~~~~~~~~~
|
|
%Error: t/t_prot_lib_unpacked_bad.v:8:28: Unsupported: unpacked arrays with protect-lib on 'unpacked_out'
|
|
8 | output unpacked_out [7:0]);
|
|
| ^~~~~~~~~~~~
|
|
%Error: Exiting due to
|