verilator/test_regress/t/t_class_static_order.out

15 lines
766 B
Plaintext
Raw Normal View History

%Error-UNSUPPORTED: t/t_class_static_order.v:23:16: Unsupported: 'static' class members
: ... In instance t
23 | static ClsZ z = new;
| ^
2021-04-24 14:33:49 +00:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_class_static_order.v:34:16: Unsupported: 'static' class members
: ... In instance t
34 | static ClsA a = new;
| ^
%Error-UNSUPPORTED: t/t_class_static_order.v:35:16: Unsupported: 'static' class members
: ... In instance t
35 | static ClsB b = new;
| ^
%Error: Exiting due to