Using Recursive Tasks and Functions - 2022.1 English

Vivado Design Suite User Guide: Synthesis (UG901)

Document ID
UG901
Release Date
2022-06-06
Version
2022.1 English

Verilog-2001 supports recursive tasks and functions.

Use recursion with the automatic keyword only.

The number of recursions is automatically limited to prevent endless recursive calls. The default is 64.

Use -recursion_iteration_limit to set the number of allowed recursive calls.