ID:13621 VHDL error at <location>: value cannot be assigned to constant "<name>"

CAUSE: In a VHDL Design File (.vhd) at the specified location, you assigned a value to the specified constant. However, you cannot assign a value to a constant.

ACTION: Remove the assignment to the constant. If you want, assign the value to a valid object, such as a variable.