2024-10-08 01:14:41 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_unpacked_concat_bad.v:12:46: Unsupported: Non-1 replication to form 'bit[31:0]$[1:0]' data type
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2024-10-08 01:14:41 +02:00
|
|
|
12 | localparam bit_int_t count_bits [1:0] = {2{$bits(count_t)}};
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^
|
2021-04-24 16:33:49 +02:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2024-12-01 00:56:00 +01:00
|
|
|
%Error: t/t_unpacked_concat_bad.v:12:46: Assignment pattern missed initializing elements: 0
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
12 | localparam bit_int_t count_bits [1:0] = {2{$bits(count_t)}};
|
|
|
|
|
| ^
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2019-12-07 21:53:34 +01:00
|
|
|
%Error: Exiting due to
|