ID:13719 VHDL Type Conversion error at <location>: Type Conversion near text or symbol "<text>" must have one argument

CAUSE: In a Type Conversion at the specified location and near the specified text or symbol in a VHDL Design File (.vhd), you attempted to convert the type of an object. However, you either did not specify an argument for the Type Conversion, or you specified more than one argument for the Type Conversion. A Type Conversion must have only one argument that specifies the object on which you want to perform the conversion.

ACTION: Make sure the Type Conversion has one argument. If the Type Conversion has more than one argument, specify a separate Type Conversion for each object on which you want to perform the conversion.