File: t_lint_unused_bad.out

package info (click to toggle)
verilator 5.038-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 162,552 kB
  • sloc: cpp: 139,204; python: 20,931; ansic: 10,222; yacc: 6,000; lex: 1,925; makefile: 1,260; sh: 494; perl: 282; fortran: 22
file content (69 lines) | stat: -rw-r--r-- 4,471 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
%Warning-UNUSEDSIGNAL: t/t_lint_unused_bad.v:17:15: Bits of signal are not used: 'assunu1'[5:1]
                                                  : ... note: In instance 't.sub'
   17 |    wire [5:0] assunu1 = 0;   
      |               ^~~~~~~
                       ... For warning description see https://verilator.org/warn/UNUSEDSIGNAL?v=latest
                       ... Use "/* verilator lint_off UNUSEDSIGNAL */" and lint_on around source to disable this message.
%Warning-UNDRIVEN: t/t_lint_unused_bad.v:21:17: Bits of signal are not driven: 'udrb2'[14:13,11]
                                              : ... note: In instance 't.sub'
   21 |    wire [15:10] udrb2;   
      |                 ^~~~~
                   ... For warning description see https://verilator.org/warn/UNDRIVEN?v=latest
                   ... Use "/* verilator lint_off UNDRIVEN */" and lint_on around source to disable this message.
%Warning-UNUSEDSIGNAL: t/t_lint_unused_bad.v:26:15: Signal is not driven, nor used: 'unu3'
                                                  : ... note: In instance 't.sub'
   26 |    wire       unu3;   
      |               ^~~~
%Warning-UNUSEDSIGNAL: t/t_lint_unused_bad.v:28:15: Bits of signal are not driven, nor used: 'mixed'[3]
                                                  : ... note: In instance 't.sub'
   28 |    wire [3:0] mixed;   
      |               ^~~~~
%Warning-UNUSEDSIGNAL: t/t_lint_unused_bad.v:28:15: Bits of signal are not used: 'mixed'[2]
                                                  : ... note: In instance 't.sub'
   28 |    wire [3:0] mixed;   
      |               ^~~~~
%Warning-UNDRIVEN: t/t_lint_unused_bad.v:28:15: Bits of signal are not driven: 'mixed'[1]
                                              : ... note: In instance 't.sub'
   28 |    wire [3:0] mixed;   
      |               ^~~~~
%Warning-UNUSEDPARAM: t/t_lint_unused_bad.v:37:14: Parameter is not used: 'UNUSED_P'
                                                 : ... note: In instance 't.sub'
   37 |    parameter UNUSED_P = 1;
      |              ^~~~~~~~
                      ... For warning description see https://verilator.org/warn/UNUSEDPARAM?v=latest
                      ... Use "/* verilator lint_off UNUSEDPARAM */" and lint_on around source to disable this message.
%Warning-UNUSEDPARAM: t/t_lint_unused_bad.v:38:15: Parameter is not used: 'UNUSED_LP'
                                                 : ... note: In instance 't.sub'
   38 |    localparam UNUSED_LP = 2;
      |               ^~~~~~~~~
%Warning-UNUSEDGENVAR: t/t_lint_unused_bad.v:40:15: Genvar is not used: 'unused_gv'
                                                  : ... note: In instance 't.sub'
   40 |    genvar     unused_gv;
      |               ^~~~~~~~~
                       ... For warning description see https://verilator.org/warn/UNUSEDGENVAR?v=latest
                       ... Use "/* verilator lint_off UNUSEDGENVAR */" and lint_on around source to disable this message.
%Warning-UNUSEDPARAM: t/t_lint_unused_bad.v:45:15: Parameter is not used: 'linter_param1'
                                                 : ... note: In instance 't.sub'
   45 |    localparam linter_param1 = 1;
      |               ^~~~~~~~~~~~~
%Warning-UNUSEDGENVAR: t/t_lint_unused_bad.v:46:11: Genvar is not used: 'linter_genvar1'
                                                  : ... note: In instance 't.sub'
   46 |    genvar linter_genvar1;
      |           ^~~~~~~~~~~~~~
%Warning-UNUSEDSIGNAL: t/t_lint_unused_bad.v:50:9: Signal is not driven, nor used: 'linter_sig2'
                                                 : ... note: In instance 't.sub'
   50 |    wire linter_sig2;
      |         ^~~~~~~~~~~
%Warning-UNUSEDGENVAR: t/t_lint_unused_bad.v:52:11: Genvar is not used: 'linter_genvar2'
                                                  : ... note: In instance 't.sub'
   52 |    genvar linter_genvar2;
      |           ^~~~~~~~~~~~~~
%Warning-UNUSEDSIGNAL: t/t_lint_unused_bad.v:56:9: Signal is not driven, nor used: 'linter_sig3'
                                                 : ... note: In instance 't.sub'
   56 |    wire linter_sig3;
      |         ^~~~~~~~~~~
%Warning-UNUSEDPARAM: t/t_lint_unused_bad.v:57:15: Parameter is not used: 'linter_param3'
                                                 : ... note: In instance 't.sub'
   57 |    localparam linter_param3 = 3;
      |               ^~~~~~~~~~~~~
%Error: Exiting due to