Forum Discussion
Altera_Forum
Honored Contributor
9 years agomatrix array in vhdl
Hello. I want to access a certain element in an array and place a value in it. What is its syntax? Here is my array. TYPE VOQ_ROW IS ARRAY (O TO 4) OF STD_LOGIC_VECTOR(3 DOWNTO 0);
TYPE VOQ_...
Altera_Forum
Honored Contributor
9 years agoWhere is your attempt?