mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 08:37:35 +00:00
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
|