2024-03-02 15:05:21 +01:00
|
|
|
%Error: t/t_class_param_virtual_bad.v:13:11: Illegal to call 'new' using an abstract virtual class 'VBase' (IEEE 1800-2023 8.21)
|
2023-12-05 16:31:59 +01:00
|
|
|
: ... note: In instance 't'
|
|
|
|
|
13 | t = new;
|
|
|
|
|
| ^~~
|
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-02 15:05:21 +01:00
|
|
|
%Error: t/t_class_param_virtual_bad.v:23:28: Illegal to call 'new' using an abstract virtual class 'ClsVirt' (IEEE 1800-2023 8.21)
|
2023-12-05 16:31:59 +01:00
|
|
|
: ... note: In instance 't'
|
|
|
|
|
23 | ClsVirt#(VBase) cv = new;
|
|
|
|
|
| ^~~
|
|
|
|
|
%Error: Exiting due to
|