Forum Discussion
Altera_Forum
Honored Contributor
12 years agoNeed help to implement 2D array ROM in vhdl
Hi, I wanna implement 16x16 array. each entry in that 2D array will be of 8 bit. so I wrote this. TYPE SBOX is array (15 downto 0, 15 downto 0) of std_logic_vector(7 downto 0); // is this...
Altera_Forum
Honored Contributor
12 years agoHow are you expecting this memory to work? It will not map to any hardware memories as it is asynchronous. I also do not undersstand the point of the for loop?
How does this post relate to the origional thread?