ID:13716 VHDL error at <location>: signature profile used for attribute, entity, or alias near "<text>" must match expected parameter or result type <type>

CAUSE: In an attribute name, entity designator, or alias declaration at the specified location in a VHDL Design File (.vhd) and near the specified text, you used a signature to distinguish between the overloaded functions, overloaded procedures, or overloaded enumeration literals that an attribute, entity, or alias uses. However, the signature profile does not match the specified expected parameter or result type for one or more of the functions, procedures, or enumeration literals. The signature profile must match all the expected parameter or result types.

ACTION: Change the signature profile so it matches all the expected parameter or return types for the overloaded functions, procedures, or enumeration literals.