Slide 52 of 93
Notes:
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 (with 0 being the index for the element furthest to the right in this case).