ID:13622 VHDL Assignment error at <location>: cannot assign value to non-object "<name>"

CAUSE: In a VHDL design file (.vhd) at the specified location, you assigned a value to the specified name. However, the name is not an object; for example, it is a type, entity, or component. You cannot assign a value to a non-object.

ACTION: Remove the assignment to the item. If necessary, assign the value to a valid object. If the name refers to a type, you can declare an object that has the type, and then assign a value to the object.