Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

3D array

hi every body can i declare a 2D array as following ? type dataout is array (6 downto 0,11 downto 0) of std_logic_vector(7 downto 0); i guess this is a 3D array not 2D. so how i can have...