2024-03-11 23:56:30 +01:00
|
|
|
%Error: t/t_class_mispure_bad.v:11:1: Class 'Bar' extends 'Base' but is missing implementation for 'pvfunc' (IEEE 1800-2023 8.26)
|
|
|
|
|
11 | class Bar extends Base;
|
|
|
|
|
| ^~~~~
|
|
|
|
|
t/t_class_mispure_bad.v:8:31: ... Location of interface class's function
|
|
|
|
|
8 | pure virtual function void pvfunc();
|
|
|
|
|
| ^~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2024-03-11 23:56:30 +01:00
|
|
|
%Error: Exiting due to
|