mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
7 lines
468 B
Plaintext
7 lines
468 B
Plaintext
%Error: t/t_func_recurse_param_bad.v:15:26: Expecting expression to be constant, but can't determine constant for FUNCREF 'recurse_self'
|
|
: ... note: 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);
|
|
| ^~~~~~~~~~~~
|
|
%Error: Exiting due to
|