Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- The RAMs are used as FIFO buffers to minimize the negative effect of stalls caused by off-chip memory accesses which can have variable latency. There are also some extra RAMs used per off-chip memory access as a private cache, but since your kernel arguments have been defined as volatile, that cache will not be used. --- Quote End --- Thanks for your reply. Can we disable or decrease the RAM usage?