verilator/test_regress/t/t_class_method_bad.out

8 lines
389 B
Plaintext
Raw Normal View History

2026-03-08 23:26:40 +01:00
%Error: t/t_class_method_bad.v:20:7: Class method 'meth3' not found in class 'Cls2'
: ... note: In instance 't'
2020-08-24 01:37:56 +02:00
: ... Suggested alternative: 'meth2'
2026-03-08 23:26:40 +01:00
20 | c.meth3();
| ^~~~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: Exiting due to