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