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_MATRIX IS ARRAY(O TO 1) OF VOQ_ROW;1 Reply
- Altera_Forum
Honored Contributor
Where is your attempt?