verilator/test_regress/t/t_class_virtual_bad.out

7 lines
388 B
Plaintext
Raw Normal View History

2026-03-08 23:26:40 +01:00
%Error: t/t_class_virtual_bad.v:12:25: Illegal to call 'new' using an abstract virtual class 'VBase' (IEEE 1800-2023 8.21)
: ... note: In instance 't'
2026-03-08 23:26:40 +01:00
12 | automatic 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