Forum Discussion
Altera_Forum
Honored Contributor
8 years agoAoc compilation error: Error: Channel has no point connection, connection missing,..
In my OpenCL design, I need to split a stream into 4 streams. Then each stream gets processed independently. My design works as expected during simulation, but fails when compiling it to hardwar...
Altera_Forum
Honored Contributor
8 years agoThank you very much. I see the problem. So two data paths are removed due to the coding mistakes
and there are no reading for the two corresponding channels. The code is simplified based on my project. The original design split the data path into 4 paths and gets processed independently. As long as all the input data are processed, the final result is correct during the simulation. I didn't check the utilization of the data paths and missed the bug. Again thank you.