verilator/test_regress/t/t_class_static.out

7 lines
355 B
Plaintext
Raw Normal View History

2020-10-16 00:44:51 +00:00
%Error-UNSUPPORTED: t/t_class_static.v:25:18: Unsupported: 'static' function/task variables
: ... In instance t
25 | static int st = 2; st++; return st;
| ^~
2022-01-02 20:09:07 +00:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
2020-10-16 00:44:51 +00:00
%Error: Exiting due to