File: t_class_func_nvoid_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 (26 lines) | stat: -rw-r--r-- 1,519 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
%Error: t/t_class_func_nvoid_bad.v:47:11: Cannot call a task/void-function as a function: 'mod_fv'
                                        : ... note: In instance 't'
   47 |       if (mod_fv() == 10) $stop;   
      |           ^~~~~~
        ... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: t/t_class_func_nvoid_bad.v:50:11: Cannot call a task/void-function as a function: 'mod_t'
                                        : ... note: In instance 't'
   50 |       if (mod_t() == 10) $stop;   
      |           ^~~~~
%Error: t/t_class_func_nvoid_bad.v:58:13: Cannot call a task/void-function as a member function: 'fv'
                                        : ... note: In instance 't'
   58 |       if (c.fv() == 10) $stop;   
      |             ^~
%Error: t/t_class_func_nvoid_bad.v:61:13: Cannot call a task/void-function as a member function: 't'
                                        : ... note: In instance 't'
   61 |       if (c.t() == 10) $stop;   
      |             ^
%Error: t/t_class_func_nvoid_bad.v:69:13: Cannot call a task/void-function as a function: 'sfv'
                                        : ... note: In instance 't'
   69 |       if (c.sfv() == 10) $stop;   
      |             ^~~
%Error: t/t_class_func_nvoid_bad.v:72:13: Cannot call a task/void-function as a function: 'st'
                                        : ... note: In instance 't'
   72 |       if (c.st() == 10) $stop;   
      |             ^~
%Error: Exiting due to