verilator/test_regress/t/t_unpacked_concat_bad.out
2019-12-07 15:53:34 -05:00

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