File: t_pp_line.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 (20 lines) | stat: -rw-r--r-- 866 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-Info: some file:100:1: aaaaaaaa file='some file'
                      : ... note: In instance 't'
  100 | $info("aaaaaaaa file='%s'", "some file");
      | ^~~~~
-Info: some file:101:1: bbbbbbbb file='some file'
                      : ... note: In instance 't'
  101 | $info("bbbbbbbb file='%s'", "some file");
      | ^~~~~
-Info: somefile.v:200:1: cccccccc file='somefile.v'
                       : ... note: In instance 't'
  200 | $info("cccccccc file='%s'", "somefile.v");
      | ^~~~~
-Info: /a/somefile.v:300:1: dddddddd file='/a/somefile.v'
                          : ... note: In instance 't'
  300 | $info("dddddddd file='%s'", "/a/somefile.v");
      | ^~~~~
-Info: C:\a\somefile.v:400:1: eeeeeeee file='C:\a\somefile.v'
                            : ... note: In instance 't'
  400 | $info("eeeeeeee file='%s'", "C:\\a\\somefile.v");
      | ^~~~~