verilator/test_regress/t/t_class_virtual_bad.out

7 lines
372 B
Plaintext
Raw Normal View History

%Error: t/t_class_virtual_bad.v:12:17: Illegal to call 'new' using an abstract virtual class 'VBase' (IEEE 1800-2023 8.21)
: ... note: In instance 't'
2020-08-24 02:27:25 +02:00
12 | VBase b = new;
| ^~~
... 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