2020-08-24 01:37:56 +02:00
|
|
|
%Error: t/t_class_method_bad.v:18:9: Class method 'meth3' not found in class 'Cls2'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-08-24 01:37:56 +02:00
|
|
|
: ... Suggested alternative: 'meth2'
|
|
|
|
|
18 | c.meth3();
|
|
|
|
|
| ^~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2020-04-05 15:30:23 +02:00
|
|
|
%Error: Exiting due to
|