File: t_udp_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 (17 lines) | stat: -rw-r--r-- 762 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%Warning-PINMISSING: t/t_udp_bad.v:10:10: Cell has missing pin: 'c_bad'
   10 |    udp_x x (a, b);
      |          ^
                     ... 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);
      |                  ^~~~~
%Error: t/t_udp_bad.v:10:13: Pin not found: '__pinNumber1'
   10 |    udp_x x (a, b);
      |             ^
%Error: t/t_udp_bad.v:15:9: Only inputs and outputs are allowed in udp modules
   15 |    tri  a_bad;
      |         ^~~~~
%Error: t/t_udp_bad.v:17:11: Multiple outputs not allowed in udp modules
   17 |    output c_bad;
      |           ^~~~~
%Error: Exiting due to