File: t_packed_concat_bad.out

package info (click to toggle)
verilator 5.006-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 52,732 kB
  • sloc: cpp: 113,602; perl: 18,047; ansic: 8,633; python: 4,688; yacc: 4,382; sh: 2,094; lex: 1,815; makefile: 1,119
file content (15 lines) | stat: -rw-r--r-- 1,219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:17:47: Unsized numbers/parameters not allowed in replications.
                                                   : ... In instance t
   17 |    localparam bit_int_t [1:0] count_bits = {2{$bits(count_t)}};
      |                                               ^~~~~
                      ... For warning description see https://verilator.org/warn/WIDTHCONCAT?v=latest
                      ... Use "/* verilator lint_off WIDTHCONCAT */" and lint_on around source to disable this message.
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:18:46: Unsized numbers/parameters not allowed in concatenations.
                                                   : ... In instance t
   18 |    localparam bit_int_t [1:0] count_bitsc = {$bits(count_t), $bits(count_t)};
      |                                              ^~~~~
%Warning-WIDTHCONCAT: t/t_packed_concat_bad.v:18:60: Unsized numbers/parameters not allowed in replications.
                                                   : ... In instance t
   18 |    localparam bit_int_t [1:0] count_bitsc = {$bits(count_t), $bits(count_t)};
      |                                                            ^
%Error: Exiting due to