2024-12-01 00:56:00 +01:00
|
|
|
%Error: t/t_unpacked_concat_bad3.v:9:41: Assignment pattern missed initializing elements: 3
|
|
|
|
|
: ... note: In instance 't'
|
2024-10-10 13:20:44 +02:00
|
|
|
9 | localparam logic [7:0] TOO_FEW [5] = '{0, 1, 2**8-1};
|
|
|
|
|
| ^~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2024-12-01 00:56:00 +01:00
|
|
|
%Error: t/t_unpacked_concat_bad3.v:9:41: 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
|