CAUSE: | In a VHDL Design File (.vhd) at the specified location, a constraint cannot be applied to the range because they are not compatible. For example, in the following code, BIT_VECTOR is defined over NATURAL, so a subtype cannot be defined over INTEGER: type BIT_VECTOR is ARRAY (NATURAL RANGE <>) of BIT; |
ACTION: | Correct the restriction to lie within the bounds of the base type. |
- PLDWorld - |
|
Created by chm2web html help conversion utility. |