Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Passing of pointers through channels

Here I want my kernel2 to be autorun kernel and as we cannot pass any arguments to kernel2, we are passing an address of a buffer from Kernel1 to Kernel2 through channel and trying to access the cont...