Quartus

Verilog HDL error at <location>: illegal binary operation on integers


CAUSE: In a Verilog Design File (.v) at the specified location, you used a binary operator with an integer variable; however, the operator you used is not supported for integers.
ACTION: Edit the design to use a different variable type or to use a different operator.

See also:

Section 4.1 of the IEEE Std. 1364-2001 IEEE Standard Verilog Hardware Description Language manual

- PLDWorld -

 

Created by chm2web html help conversion utility.