Altera_Forum
Honored Contributor
15 years agoHow to implement two-dimensional array using HDL?
I need to creat many tables in FPGA, and these tables are used to store two-dimensional array data.
For example, when I get (x,y) value and then find the coordinate according this (x,y) value. These table also can be updated, so they must be strore in "RAM" (not in "ROM"). But I found some comments about the two-dimensional array, which said that two-dimensional array is just used on simulation, for two-dimensional array couldn't be synthesized to circuit. If so, how to implement my application in my FPGA? Does ALTERA have some functions (or mega core) like this?