Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- A 2-D array (N,M) can be simply mapped to a 1-D array (N*M). If N and M are both powers of two, just concatenate the address vectors. In so far, no special functions are needed. --- Quote End --- Dear FvM: Good idea! But i have another question. For my application, the N=M=9, the QII can only implement memory which depth is below 65536. It seems that i shouldn't merge samll memorys to a big one, for i must find my result according N&M's value.:cry: