Ali8
New Contributor
4 years agoHLS System of Tasks: Task Reuse
Hello,
The following code snippet is from one of the System of Tasks examples provided with Intel hls. From my understanding, compiling this will creates three copies of the same task’s hardware pipelined with internal streams in between for communication.
I am interested in implementing a similar structure using system of tasks but with hundreds of pipelined instances of the same task. Is there a way to implement something like this efficiently? I understand that it is not possible to use streams with arrays!
Thanks,