mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 12:12:39 +00:00
17 lines
506 B
Plaintext
17 lines
506 B
Plaintext
-Info: some file:100:1: aaaaaaaa
|
|
: ... note: In instance 't'
|
|
100 | $info("aaaaaaaa");
|
|
| ^~~~~
|
|
-Info: some file:101:1: bbbbbbbb
|
|
: ... note: In instance 't'
|
|
101 | $info("bbbbbbbb");
|
|
| ^~~~~
|
|
-Info: somefile.v:200:1: cccccccc
|
|
: ... note: In instance 't'
|
|
200 | $info("cccccccc");
|
|
| ^~~~~
|
|
-Info: /a/somefile.v:300:1: dddddddd
|
|
: ... note: In instance 't'
|
|
300 | $info("dddddddd");
|
|
| ^~~~~
|