verilator/test_regress/t/t_unpacked_concat_bad.out

23 lines
1.6 KiB
Plaintext

%Error: t/t_unpacked_concat_bad.v:16: Unsupported: Replication to form 'bit[31:0]$[1:0]' data type
: ... In instance t
localparam bit_int_t count_bits [1:0] = {2{$bits(count_t)}};
^
%Warning-WIDTHCONCAT: t/t_unpacked_concat_bad.v:16: Unsized numbers/parameters not allowed in replications.
: ... In instance t
localparam bit_int_t count_bits [1:0] = {2{$bits(count_t)}};
^~~~~
... Use "/* verilator lint_off WIDTHCONCAT */" and lint_on around source to disable this message.
%Error: t/t_unpacked_concat_bad.v:17: Unsupported: Replication to form 'bit[31:0]$[1:0]' data type
: ... In instance t
localparam bit_int_t count_bitsc [1:0] = {$bits(count_t), $bits(count_t)};
^
%Warning-WIDTHCONCAT: t/t_unpacked_concat_bad.v:17: Unsized numbers/parameters not allowed in concatenations.
: ... In instance t
localparam bit_int_t count_bitsc [1:0] = {$bits(count_t), $bits(count_t)};
^~~~~
%Warning-WIDTHCONCAT: t/t_unpacked_concat_bad.v:17: Unsized numbers/parameters not allowed in replications.
: ... In instance t
localparam bit_int_t count_bitsc [1:0] = {$bits(count_t), $bits(count_t)};
^
%Error: Exiting due to