11 lines
665 B
Plaintext
11 lines
665 B
Plaintext
%Error: t/t_class_param_virtual_bad.v:27:37: Illegal to call 'new' using an abstract virtual class 'ClsVirt' (IEEE 1800-2023 8.21)
|
|
: ... note: In instance 't'
|
|
27 | automatic ClsVirt #(VBase) cv = new;
|
|
| ^~~
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
|
%Error: t/t_class_param_virtual_bad.v:15:9: Illegal to call 'new' using an abstract virtual class 'VBase' (IEEE 1800-2023 8.21)
|
|
: ... note: In instance 't'
|
|
15 | t = new;
|
|
| ^~~
|
|
%Error: Exiting due to
|