mirror of
https://github.com/verilator/verilator.git
synced 2025-03-03 18:49:36 +00:00
6 lines
260 B
Plaintext
6 lines
260 B
Plaintext
%Error: t/t_implements_new_bad.v:13:11: Illegal to call 'new' using an abstract virtual class 'Icls' (IEEE 1800-2017 8.21)
|
|
: ... note: In instance 't'
|
|
13 | c = new;
|
|
| ^~~
|
|
%Error: Exiting due to
|