Forum Discussion
Altera_Forum
Honored Contributor
12 years agoFor a 2D array just have one range in the brackets, instead of two.
type dataout is array (6 downto 0) of std_logic_vector(7 downto 0); This will result in an array of 7 std_logic_vectors of range 7 downto 0.