Quartus

VHDL error at <location>: real type objects cannot be used in operations


CAUSE: In a VHDL Design File (.vhd) at the specified location, you used one or more objects as operands in an operation. However, you declared a real type for the object(s) in one or more Constant Declarations, Signal Declarations, or Variable Declarations. You cannot use real type objects as operands in operations.
ACTION: Declare a different type for the object(s), or remove the real type object(s) from the operation.

See also:

Sections 3.1.4.1 and 4.3.1 of the IEEE Std 1076-1993 IEEE Standard VHDL Language Reference Manual

- PLDWorld -

 

Created by chm2web html help conversion utility.