ID:13865 VHDL Subprogram Call error at <location>: actual "<name>" for formal parameter "<name>" must be a "<object class or type>"

CAUSE: In a Subprogram Call at the specified location in a VHDL Design File (.vhd), you specified an actual for the specified formal parameter. However, the actual does not have the same specified object class or type (that is, signal, variable, constant, or file) as the formal parameter. The object class or type of the actual must match the object class or type of the formal.

ACTION: Change the object class/type of the actual to match the formal, or change the object class/type of the formal to match the actual.