ID:13784 VHDL Resolution Function error at <location>: return value or input parameter elements of Resolution Function "<name>" have <type> type, but must have same type as resolved signal

CAUSE: In a VHDL Design File (.vhd) at the specified location, you specified a Resolution Function for a signal. However, the specified type of the Resolution Function's return value is different from the type of the resolved signal. The Resolution Function's return value must have the same type as the signal to which the Resolution Function is associated.

ACTION: Change the return value so it has the same type as the resolved signal.

CAUSE: In a VHDL Design File (.vhd) at the specified location, you specified a Resolution Function for a signal. However, the elements in the Resolution Function's input parameter (which is a one-dimensional, unconstrained array) have the specified type, which is different from the type of the resolved signal. The Resolution Function's input parameter elements must have the same type as the signal to which the Resolution Function is associated.

ACTION: Change the elements in the input parameter so they have the same type as the resolved signal.