2024-03-02 15:05:21 +01:00
|
|
|
%Error: t/t_class_virtual_pure_bad.v:8:22: Illegal to have 'pure virtual' in non-virtual class (IEEE 1800-2023 8.21)
|
2020-11-28 01:53:04 +01:00
|
|
|
8 | pure virtual task pure_task;
|
|
|
|
|
| ^~~~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2020-11-28 01:53:04 +01:00
|
|
|
%Error: Exiting due to
|