11 lines
680 B
Plaintext
11 lines
680 B
Plaintext
%Error: t/t_unpacked_concat_bad3.v:9:39: Assignment pattern missed initializing elements: 3
|
|
: ... note: In instance 't'
|
|
9 | localparam logic [7:0] TOO_FEW[5] = '{0, 1, 2 ** 8 - 1};
|
|
| ^~
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
|
%Error: t/t_unpacked_concat_bad3.v:9:39: Assignment pattern missed initializing elements: 4
|
|
: ... note: In instance 't'
|
|
9 | localparam logic [7:0] TOO_FEW[5] = '{0, 1, 2 ** 8 - 1};
|
|
| ^~
|
|
%Error: Exiting due to
|