Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHow to reduce M20K usage ?
Hi, I have problem when read some data from global memory.
typdef struct{
float data
} vector_line;
typdef struct{
vector_line lane
} channel_vec;
__kernel
void ReadBlock(
__global c...
Altera_Forum
Honored Contributor
8 years agoI just see one read from the "coef" buffer in your code; this is certainly not the reason why you are getting such high M20K utilization.
If you are using Quartus/AOC v16.1.2 or below, it seems the old report can still be obtained by running "aocl analyze-area" on the aoc/aocx file. Can you generate and post that report?