Quartus

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.

See also:

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

- PLDWorld -

 

Created by chm2web html help conversion utility.