ID:13718 VHDL Type Conversion error at <location>: converted type of object near text or symbol "<text>" must match <type> type of target object

CAUSE: In a Type Conversion at the specified location and near the specified text or symbol in a VHDL Design File (.vhd), you converted the type of an object. You also assigned the object with the converted type to a target object. However, the converted type of the object does not match the specified type of the target object. The converted type of the object and the type of the target object must be the same.

ACTION: Change the type to which you are converting or change the type of the target object so both types are the same.