ID:13632 VHDL syntax error at <location>: object with <type> type cannot contain character '<character>'

CAUSE: In a Constant Declaration, Signal Declaration, Variable Declaration, Signal Assignment Statement, or Variable Assignment Statement at the specified location in a VHDL Design File (.vhd), you assigned the specified character to an object. You also specified a type for the object in a Constant Declaration, Signal Declaration, or Variable Declaration. However, an object with the specified type cannot contain the character.

ACTION: Make sure to assign only legal characters to the object, or change the type of the object so it can contain the character you assigned.