15 lines
907 B
Plaintext
15 lines
907 B
Plaintext
%Error-UNSUPPORTED: t/t_force_unpacked_unsup.v:26:7: Unsupported: Force of variable with >= 1000 unpacked elements
|
|
26 | bit big_array[40][40][40];
|
|
| ^~~~~~~~~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error-UNSUPPORTED: t/t_force_unpacked_unsup.v:25:12: Unsupported: Force of variable with >= 1000 unpacked elements
|
|
25 | struct_t s_array[3000];
|
|
| ^~~~~~~
|
|
%Error-UNSUPPORTED: t/t_force_unpacked_unsup.v:27:11: Forcing variable of unsupported type: REFDTYPE 'union_t'
|
|
27 | union_t my_union;
|
|
| ^~~~~~~~
|
|
%Error: Internal Error: t/t_force_unpacked_unsup.v:27:11: ../V3Force.cpp:#: Unsupported: Force of variable of unhandled data type
|
|
27 | union_t my_union;
|
|
| ^~~~~~~~
|
|
... This fatal error may be caused by the earlier error(s); resolve those first.
|