Altera_Forum
Honored Contributor
8 years agoHow to configure M20K using OpenCL
The M20k memory has several modes. For example, a M20k can be configured as 512 in depth, and x32 or x40 in width. But with OpenCL, how can i get different modes.
Another question: if I defined a array in OpenCL as short buf[512][8][8]. So, what type of memory does it use, M20k or MLAB? If M20k is used, what's the depth and width is for the M20k?