forked from github/verilator
11 lines
662 B
Plaintext
11 lines
662 B
Plaintext
%Error: t/t_cast_class_incompat_bad.v:26:16: Dynamic, not static cast, required to cast 'CLASSREFDTYPE 'BaseExtended'' from 'CLASSREFDTYPE 'Base''
|
|
: ... In instance t
|
|
: ... Suggest dynamic $cast
|
|
26 | cls_ab = BaseExtended'(cls_a);
|
|
| ^~~~~~~~~~~~
|
|
%Error: t/t_cast_class_incompat_bad.v:27:15: Incompatible types to static cast to 'CLASSREFDTYPE 'Other'' from 'CLASSREFDTYPE 'BaseExtended''
|
|
: ... In instance t
|
|
27 | other = Other'(cls_ab);
|
|
| ^~~~~
|
|
%Error: Exiting due to
|