ID:10495 VHDL Subprogram Declaration error at <location>: declaration of function or procedure "<name>" must have corresponding Subprogram Body

CAUSE: In a Subprogram Declaration at the specified location in a VHDL Design File (.vhd), you declared the specified function or procedure. However, you did not specify a Subprogram Body that describes the execution of the function or procedure. A Subprogram Declaration must have a corresponding Subprogram Body.

ACTION: Add a Subprogram Body for the Subprogram Declaration. If a Subprogram Body already exists for the Subprogram Declaration, make sure the specification and declarative information in the Subprogram Body matches the information in the Subprogram Declaration.