File: t_param_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 (14 lines) | stat: -rw-r--r-- 948 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%Warning-WIDTHCONCAT: t/t_param_concat.v:19:15: Unsized numbers/parameters not allowed in concatenations.
                                              : ... In instance t
   19 |          if ({UNSIZED,UNSIZED+1} != {32'd10, 32'd11}) $stop;
      |               ^~~~~~~
                      ... Use "/* verilator lint_off WIDTHCONCAT */" and lint_on around source to disable this message.
%Warning-WIDTHCONCAT: t/t_param_concat.v:19:22: Unsized numbers/parameters not allowed in replications.
                                              : ... In instance t
   19 |          if ({UNSIZED,UNSIZED+1} != {32'd10, 32'd11}) $stop;
      |                      ^
%Warning-WIDTHCONCAT: t/t_param_concat.v:20:17: Unsized numbers/parameters not allowed in replications.
                                              : ... In instance t
   20 |          if ({2{UNSIZED}} != {32'd10, 32'd10}) $stop;
      |                 ^~~~~~~
%Error: Exiting due to