verilator/test_regress/t/t_func_virt_new_bad.out

7 lines
357 B
Plaintext
Executable File

%Error: t/t_func_virt_new_bad.v:9:13: Illegal to call 'new' using an abstract virtual class 'vcl' (IEEE 1800-2023 8.21)
: ... note: In instance 't'
9 | T obj = new;
| ^~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: Exiting due to