mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
5 lines
209 B
Plaintext
5 lines
209 B
Plaintext
%Error: t/t_let_recurse_bad.v:9:36: Recursive let substitution 'RECURSE'
|
|
9 | let RECURSE(a) = (a == 1) ? 1 : RECURSE(a - 1);
|
|
| ^~~~~~~
|
|
%Error: Exiting due to
|