2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_prot_lib_unpacked_bad.v:7:28: Unsupported: unpacked arrays with protect-lib on 'unpacked_in'
|
2020-04-04 00:07:46 +00:00
|
|
|
7 | input unpacked_in [7:0],
|
|
|
|
| ^~~~~~~~~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_prot_lib_unpacked_bad.v:8:28: Unsupported: unpacked arrays with protect-lib on 'unpacked_out'
|
2020-04-04 00:07:46 +00:00
|
|
|
8 | output unpacked_out [7:0]);
|
|
|
|
| ^~~~~~~~~~~~
|
2019-11-05 02:11:15 +00:00
|
|
|
%Error: Exiting due to
|