File: t_udp_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 (23 lines) | stat: -rw-r--r-- 1,236 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
%Warning-PINMISSING: t/t_udp_bad.v:10:10: Instance has missing pin: 'c_bad'
   10 |    udp_x x (a, b);
      |          ^
                     t/t_udp_bad.v:14:28: ... Location of port declaration
   14 | primitive udp_x (a_bad, b, c_bad);
      |                            ^~~~~
                     ... For warning description see https://verilator.org/warn/PINMISSING?v=latest
                     ... Use "/* verilator lint_off PINMISSING */" and lint_on around source to disable this message.
%Error: t/t_udp_bad.v:14:18: Pin is not an in/out/inout/interface: 'a_bad'
   14 | primitive udp_x (a_bad, b, c_bad);
      |                  ^~~~~
        ... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error-PINNOTFOUND: t/t_udp_bad.v:10:13: Pin not found: '__pinNumber1'
   10 |    udp_x x (a, b);
      |             ^
                    ... For error description see https://verilator.org/warn/PINNOTFOUND?v=latest
%Error: t/t_udp_bad.v:17:11: Multiple outputs not allowed in udp modules
   17 |    output c_bad;
      |           ^~~~~
%Error: t/t_udp_bad.v:15:9: Only inputs and outputs are allowed in udp modules
   15 |    tri  a_bad;
      |         ^~~~~
%Error: Exiting due to