2020-03-15 02:02:42 +00:00
|
|
|
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:16:47: Unsized numbers/parameters not allowed in replications.
|
|
|
|
: ... In instance t
|
2019-12-07 20:53:34 +00:00
|
|
|
localparam bit_int_t [1:0] count_bits = {2{$bits(count_t)}};
|
|
|
|
^~~~~
|
|
|
|
... Use "/* verilator lint_off WIDTHCONCAT */" and lint_on around source to disable this message.
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:17:46: Unsized numbers/parameters not allowed in concatenations.
|
|
|
|
: ... In instance t
|
2019-12-07 20:53:34 +00:00
|
|
|
localparam bit_int_t [1:0] count_bitsc = {$bits(count_t), $bits(count_t)};
|
|
|
|
^~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:17:60: Unsized numbers/parameters not allowed in replications.
|
|
|
|
: ... In instance t
|
2019-12-07 20:53:34 +00:00
|
|
|
localparam bit_int_t [1:0] count_bitsc = {$bits(count_t), $bits(count_t)};
|
|
|
|
^
|
|
|
|
%Error: Exiting due to
|