Using Recursive Tasks and Functions - 2023.2 English

Vivado Design Suite User Guide: Synthesis (UG901)

Document ID
UG901
Release Date
2023-11-01
Version
2023.2 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.