VHDL Data Types:

Composite Types (cont.)

-- Notes Page --


This example illustrates the use the DOWNTO designator in the range specification of the array. DOWNTO specifies a descending order in array indices so that in the example above, X(4) refers to the fifth element from the right in the array (again, 0 is the farmost index but is on the right end in this example).