Keyword: DOWNTO
The downto keyword is used to indicate a descending range in a range statement or other statement which includes a range (for example, an array type declaration). (The reserved word "to" is used to indicate an ascending range.)
Example
signal A0,A1: std_logic_vector(15 downto 0);
LRM
6.5
See also