File: t_lint_pindup_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 (31 lines) | stat: -rw-r--r-- 1,355 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
%Warning-PINMISSING: t/t_lint_pindup_bad.v:19:4: Cell has missing pin: 'exists'
   19 |    sub (.o(o),
      |    ^~~
                     ... Use "/* verilator lint_off PINMISSING */" and lint_on around source to disable this message.
%Error: t/t_lint_pindup_bad.v:21:10: Duplicate pin connection: 'i'
   21 |         .i(i2),   
      |          ^
        t/t_lint_pindup_bad.v:20:10: ... Location of original pin connection
   20 |         .i(i),
      |          ^
%Error: t/t_lint_pindup_bad.v:22:10: Pin not found: 'nexist'
                                   : ... Suggested alternative: 'exists'
   22 |         .nexist(i2)   
      |          ^~~~~~
%Error: t/t_lint_pindup_bad.v:16:9: Parameter pin not found: 'NEXIST'
                                  : ... Suggested alternative: 'EXIST'
   16 |        .NEXIST(1),   
      |         ^~~~~~
%Error: t/t_lint_pindup_bad.v:17:9: Duplicate parameter pin connection: 'P'
   17 |        .P(2),
      |         ^
        t/t_lint_pindup_bad.v:15:8: ... Location of original parameter pin connection
   15 |      #(,   
      |        ^
%Error: t/t_lint_pindup_bad.v:18:9: Duplicate parameter pin connection: 'P'
   18 |        .P(3))   
      |         ^
        t/t_lint_pindup_bad.v:15:8: ... Location of original parameter pin connection
   15 |      #(,   
      |        ^
%Error: Exiting due to