verilator/test_regress/t/t_packed_concat_bad.out

16 lines
1.2 KiB
Plaintext
Raw Normal View History

%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:17:47: Unsized numbers/parameters not allowed in replications.
: ... In instance t
17 | localparam bit_int_t [1:0] count_bits = {2{$bits(count_t)}};
| ^~~~~
... For warning description see https://verilator.org/warn/WIDTHCONCAT?v=4.201
... Use "/* verilator lint_off WIDTHCONCAT */" and lint_on around source to disable this message.
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:18:46: Unsized numbers/parameters not allowed in concatenations.
: ... In instance t
18 | localparam bit_int_t [1:0] count_bitsc = {$bits(count_t), $bits(count_t)};
| ^~~~~
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:18:60: Unsized numbers/parameters not allowed in replications.
: ... In instance t
18 | localparam bit_int_t [1:0] count_bitsc = {$bits(count_t), $bits(count_t)};
| ^
%Error: Exiting due to