Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThank you for the reply guys! I found out that the if I change the order of memory access the channel will work correctly. So the problem was due to a bug in my code. Interestingly if the problem size is too large the channel may get stuck for some reason. I simply used global memory in the end, which was reasonably fast anyway.