Forum Discussion
Altera_Forum
Honored Contributor
9 years agostream applications
Hello, I'm new on OpenCL and Altera HLS. Do you know (and do you have any example) on how I can implement a stream application? In other words, I want that the host constantly send some data t...
Altera_Forum
Honored Contributor
9 years agoThank you for the reply.
I tried and it's fine. I have two more questions: - is it possible to retrieve the number of available packets inside a pipe (or a channel)? - Is it possible to have a pipe (or channel) shared between the host and the kernel? In other words, to send data from the host to the device (or in the other sense using a second pipe/channel) in a stream way? Thanks!