CAUSE: | In a Verilog Design File (.v) at the specified location, you used a bit-wise unary operator in a real number expression; however, bit-wise operators are not supported for real number expressions. |
ACTION: | Edit the design to use an integer or reg variable type if you require bit-wise operations. |
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. |