2022-01-03 23:50:41 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_func_recurse_param_bad.v:9:27: Unsupported: Recursive function or task call: 'recurse_self'
|
|
|
|
: ... In instance t
|
|
|
|
9 | function automatic int recurse_self;
|
|
|
|
| ^~~~~~~~~~~~
|
2022-01-03 17:02:53 +00:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2022-01-03 23:50:41 +00:00
|
|
|
%Error: t/t_func_recurse_param_bad.v:15:26: Expecting expression to be constant, but can't determine constant for FUNCREF 'recurse_self'
|
|
|
|
: ... In instance t
|
|
|
|
t/t_func_recurse_param_bad.v:9:27: ... Location of non-constant FUNC 'recurse_self': Unsupported: Recursive constant functions
|
|
|
|
15 | localparam int HUGE = recurse_self(10000);
|
|
|
|
| ^~~~~~~~~~~~
|
2022-01-03 18:04:47 +00:00
|
|
|
%Error: Exiting due to
|