Quartus

VHDL error at <location>: value cannot be assigned to item <text> because item is not an object


CAUSE: In a VHDL Design File (.vhd) at the specified location, you assigned a value to the specified item. However, the item is not an object; for example, it is a type, entity, or component. You cannot assign a value to a non-object item.
ACTION: Remove the assignment to the item. If you want, assign the value to a valid object. If the item is a type, you can declare an object that has the type, and then assign a value to the object.

See also:

Section 4.3 of the IEEE Std 1076-1993 IEEE Standard VHDL Language Reference Manual

- PLDWorld -

 

Created by chm2web html help conversion utility.