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