Forum Discussion
Altera_Forum
Honored Contributor
8 years agoundesired BRAM replication
I am using a single work item kernel to do matrix multiplication, and my BRAM usage explored (estimated 100+% BRAM usage while only 16% for DSP). ===============================================...
Altera_Forum
Honored Contributor
8 years agoPlease post your full compilation report or full kernel. Assuming that this is the type of replication the compiler performs to allow a certain number of parallel iterations, you can control this level of parallelism by using the "#pragma max_concurrency" before the loop.