File: t_unpacked_concat_bad.out

package info (click to toggle)
verilator 4.038-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,596 kB
  • sloc: cpp: 90,585; perl: 15,101; ansic: 8,573; yacc: 3,626; lex: 1,616; makefile: 1,101; sh: 175; python: 145
file content (22 lines) | stat: -rw-r--r-- 1,766 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%Error-UNSUPPORTED: t/t_unpacked_concat_bad.v:17:46: Unsupported: Replication to form 'bit[31:0]$[1:0]' data type
                                                   : ... In instance t
   17 |    localparam bit_int_t count_bits [1:0] = {2{$bits(count_t)}};
      |                                              ^
%Warning-WIDTHCONCAT: t/t_unpacked_concat_bad.v:17:47: Unsized numbers/parameters not allowed in replications.
                                                     : ... In instance t
   17 |    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-UNSUPPORTED: t/t_unpacked_concat_bad.v:18:45: Unsupported: Replication to form 'bit[31:0]$[1:0]' data type
                                                   : ... In instance t
   18 |    localparam bit_int_t count_bitsc [1:0] = {$bits(count_t), $bits(count_t)};
      |                                             ^
%Warning-WIDTHCONCAT: t/t_unpacked_concat_bad.v:18:46: Unsized numbers/parameters not allowed in concatenations.
                                                     : ... In instance t
   18 |    localparam bit_int_t count_bitsc [1:0] = {$bits(count_t), $bits(count_t)};
      |                                              ^~~~~
%Warning-WIDTHCONCAT: t/t_unpacked_concat_bad.v:18:60: Unsized numbers/parameters not allowed in replications.
                                                     : ... In instance t
   18 |    localparam bit_int_t count_bitsc [1:0] = {$bits(count_t), $bits(count_t)};
      |                                                            ^
%Error: Exiting due to