CAUSE: | In a Verilog Design File (.v) at the specified location, you used a floating-point value when defining a range. Since a range represents a number of bits, a real number value is not legal in a range. |
ACTION: | Make sure all values in the range specification evaluate to an integer. |
See also:
Sections 3.9 of the IEEE Std. 1364-2001 IEEE Standard Verilog Hardware Description Language manual
- PLDWorld - |
|
Created by chm2web html help conversion utility. |