forked from github/verilator
23 lines
1.5 KiB
Plaintext
23 lines
1.5 KiB
Plaintext
%Error: t/t_unpacked_concat_bad.v:16: Unsupported: Replication to form UNPACKARRAYDTYPE
|
|
: ... 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 UNPACKARRAYDTYPE
|
|
: ... 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
|