ID:10493 VHDL Function Call or Procedure Call Statement error at <location>: calls to function or procedure "<name>" caused stack overflow

CAUSE: In a Function Call or Procedure Call Statement at the specified location in a VHDL Design File (.vhd), you called the specified function or procedure. However, the function or procedure call pushed too many items on the stack and therefore caused a stack overflow.

ACTION: Change the Function Call or Procedure Call Function so it does not cause a stack overflow.