File: t_lint_subout_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 (14 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%Error-PORTSHORT: t/t_lint_subout_bad.v:12:14: Output port is connected to a constant pin, electrical short
                                             : ... note: In instance 't'
   12 |    sub sub1(.out({32'b0, sig}));
      |              ^~~
                  ... For error description see https://verilator.org/warn/PORTSHORT?v=latest
%Error-PORTSHORT: t/t_lint_subout_bad.v:13:14: Output port is connected to a constant pin, electrical short
                                             : ... note: In instance 't'
   13 |    sub sub2(.out({32'b1, sig}));
      |              ^~~
%Error-PORTSHORT: t/t_lint_subout_bad.v:11:14: Output port is connected to a constant pin, electrical short
                                             : ... note: In instance 't'
   11 |    sub sub0(.out(33'b0));
      |              ^~~
%Error: Exiting due to