2024-03-02 15:05:21 +01:00
|
|
|
%Error: t/t_class_virtual_bad.v:12:17: Illegal to call 'new' using an abstract virtual class 'VBase' (IEEE 1800-2023 8.21)
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-08-24 02:27:25 +02:00
|
|
|
12 | VBase b = new;
|
|
|
|
|
| ^~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2020-08-24 02:27:25 +02:00
|
|
|
%Error: Exiting due to
|