File: t_fallback_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 (31 lines) | stat: -rw-r--r-- 1,544 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
24
25
26
27
28
29
30
31
%Error: t/t_fallback_bad.v:26:16: Can't find definition of task/function: 'tsk'
   26 |          super.tsk;
      |                ^~~
        ... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: t/t_fallback_bad.v:27:15: Can't find definition of task/function: 'tsk'
   27 |          this.tsk;
      |               ^~~
%Error: t/t_fallback_bad.v:28:16: Can't find definition of variable/method: 'f'
   28 |          super.f = 8;
      |                ^
%Error: t/t_fallback_bad.v:29:15: Can't find definition of variable/method: 'f'
   29 |          this.f = 8;
      |               ^
%Error: t/t_fallback_bad.v:30:20: Can't find definition of 'tsk' in dotted task/function: 'sub1.sub2.tsk'
   30 |          sub1.sub2.tsk;
      |                    ^~~
        ... Known scopes under 'tsk': sub2
%Error: t/t_fallback_bad.v:31:15: Can't find definition of scope/variable/func: 'f'
   31 |          pkg::f = 8;
      |               ^
%Error: t/t_fallback_bad.v:32:15: Can't find definition of task/function: 'tsk'
   32 |          pkg::tsk();
      |               ^~~
%Error: t/t_fallback_bad.v:33:20: Can't find definition of 'f' in dotted variable/method: 'sub1.sub2.f'
   33 |          sub1.sub2.f = 8;
      |                    ^
%Error: t/t_fallback_bad.v:34:20: Can't find definition of 'f' in dotted scope/variable: 'sub1.sub2.f'
   34 |          sub1.sub2.f.f = 8;
      |                    ^
        ... Known scopes under 'sub1.sub2': <no instances found>
%Error: Exiting due to