File: t_param_noval_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 (29 lines) | stat: -rw-r--r-- 1,609 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
23
24
25
26
27
28
29
%Error: t/t_param_noval_bad.v:7:22: Parameter without initial value is never given value (IEEE 1800-2017 6.20.1): 'P'
                                  : ... In instance t
    7 | module t #(parameter P);
      |                      ^
%Warning-WIDTH: t/t_param_noval_bad.v:10:7: Logical Operator GENFOR expects 1 bit on the For Test Condition, but For Test Condition's VARREF 'P' generates 32 bits.
                                          : ... In instance t
   10 |       for (j=0; P; j++)
      |       ^~~
                ... Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: t/t_param_noval_bad.v:10:7: Non-genvar used in generate for: 'j'
                                  : ... In instance t
   10 |       for (j=0; P; j++)
      |       ^~~
%Error: t/t_param_noval_bad.v:10:7: Loop unrolling failed.
                                  : ... In instance t
   10 |       for (j=0; P; j++)
      |       ^~~
%Error-UNSUPPORTED: t/t_param_noval_bad.v:10:7: Unsupported: Can't unroll generate for; Unable to unroll loop
                                              : ... In instance t
   10 |       for (j=0; P; j++)
      |       ^~~
%Error: t/t_param_noval_bad.v:10:7: For loop doesn't have genvar index, or is malformed
                                  : ... In instance t
   10 |       for (j=0; P; j++)
      |       ^~~
%Error: Internal Error: t/t_param_noval_bad.v:10:7: ../V3Param.cpp:#: GENFOR should have been wrapped in BEGIN
                                                  : ... In instance t
   10 |       for (j=0; P; j++)
      |       ^~~