verilator/test_regress/t/t_func_recurse.out

6 lines
333 B
Plaintext
Raw Normal View History

2022-01-03 18:04:47 +00:00
%Error-UNSUPPORTED: t/t_func_recurse.v:12:31: Unsupported: Recursive function call 'recurse_self'
12 | else recurse_self = i + recurse_self(i - 1) * 2;
| ^~~~~~~~~~~~
2022-01-03 17:02:53 +00:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error: Exiting due to