Mudugamuwa
Newbie level 6

subtype declaration vhdl
I declared a array as follows
type matrix is array (0 to 21) of std_logic_vector(31 downto 0);
I want to make a subtype out of this which has indexes from 0 to 12. Could anyone give me the coding.
I declared a array as follows
type matrix is array (0 to 21) of std_logic_vector(31 downto 0);
I want to make a subtype out of this which has indexes from 0 to 12. Could anyone give me the coding.