ID:13857 VHDL Function Call or Procedure Call Statement error at <location>: call to function or procedure "<name>" must specify exactly <number> actual parameter(s)

CAUSE: In a Function Call or Procedure Call Statement at the specified location in a VHDL Design File (.vhd), you specified actual parameters for the formal parameters of the specified function or procedure. However, the Function Call or Procedure Call Statement must implicitly or explicitly specify exactly one actual parameter for each formal parameter that you specified for the function or parameter in a Subprogram Declaration. The text of the message specifies the number of actual parameters the Function Call or Procedure Call Statement must contain.

ACTION: Make sure the Function Call or Procedure Call Statement contains the correct number of actual parameters. In particular, look for extra actual parameters that do not correspond to any formal parameter in the Subprogram Declaration for the specified function or procedure.