2022-01-03 23:50:41 +00:00
|
|
|
%Error: t/t_func_recurse_param.v:15:26: Expecting expression to be constant, but can't determine constant for FUNCREF 'recurse_self'
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2022-01-03 23:50:41 +00:00
|
|
|
t/t_func_recurse_param.v:9:27: ... Location of non-constant FUNC 'recurse_self': Unsupported: Recursive constant functions
|
|
|
|
15 | localparam int ZERO = recurse_self(0);
|
|
|
|
| ^~~~~~~~~~~~
|
|
|
|
%Error: t/t_func_recurse_param.v:16:28: Expecting expression to be constant, but can't determine constant for FUNCREF 'recurse_self'
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2022-01-03 23:50:41 +00:00
|
|
|
t/t_func_recurse_param.v:9:27: ... Location of non-constant FUNC 'recurse_self': Unsupported: Recursive constant functions
|
|
|
|
16 | localparam int ELEVEN = recurse_self(3);
|
|
|
|
| ^~~~~~~~~~~~
|
2022-01-03 17:02:53 +00:00
|
|
|
%Error: Exiting due to
|