An alias of array type can reverse the order of the array.
An alias of array type can reverse the order of the array. Correct Answer True
It is possible to reverse the order of an array in its alias created. For example, if an array is defined with the range 0 TO 7, then its alias can also define 7 DOWNTO 0. It will be completely legal in VHDL.