Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThe problem is even though the kernel will issue these accesses in rapidly they most likely will not be coalesced unless spot0-spot6 are packed together. As a result you will end up with a subpar memory access pattern and then read data will most likely return spuratically that causes the stalling to occur. If data doesn't flow into the kernel as large blocks then the pipeline will stall because it's dependent on that data.