2024-10-08 01:14:41 +02:00
|
|
|
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:12:47: Unsized numbers/parameters not allowed in replications.
|
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 [1:0] count_bits = {2{$bits(count_t)}};
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^~~~~
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/WIDTHCONCAT?v=latest
|
2019-12-07 21:53:34 +01:00
|
|
|
... Use "/* verilator lint_off WIDTHCONCAT */" and lint_on around source to disable this message.
|
2024-10-08 01:14:41 +02:00
|
|
|
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:13:46: Unsized numbers/parameters not allowed in concatenations.
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2024-10-08 01:14:41 +02:00
|
|
|
13 | localparam bit_int_t [1:0] count_bitsc = {$bits(count_t), $bits(count_t)};
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^~~~~
|
2024-10-08 01:14:41 +02:00
|
|
|
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:13:60: Unsized numbers/parameters not allowed in replications.
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2024-10-08 01:14:41 +02:00
|
|
|
13 | localparam bit_int_t [1:0] count_bitsc = {$bits(count_t), $bits(count_t)};
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^
|
2019-12-07 21:53:34 +01:00
|
|
|
%Error: Exiting due to
|