2022-01-04 00:50:41 +01: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'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2022-01-04 00:50:41 +01:00
|
|
|
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 19:04:47 +01:00
|
|
|
%Error: Exiting due to
|