verilator/test_regress/t/t_class_method_bad.out

8 lines
393 B
Plaintext

%Error: t/t_class_method_bad.v:18:9: Class method 'meth3' not found in class 'Cls2'
: ... note: In instance 't'
: ... Suggested alternative: 'meth2'
18 | c.meth3();
| ^~~~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: Exiting due to