verilator/test_regress/t/t_cast_class_incompat_bad.out
2023-09-23 08:52:50 -04:00

11 lines
678 B
Plaintext

%Error: t/t_cast_class_incompat_bad.v:26:16: Dynamic, not static cast, required to cast 'CLASSREFDTYPE 'BaseExtended'' from 'CLASSREFDTYPE 'Base''
: ... note: 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''
: ... note: In instance 't'
27 | other = Other'(cls_ab);
| ^~~~~
%Error: Exiting due to