Visible to Intel only — GUID: bmf1551547174087
Ixiasoft
Visible to Intel only — GUID: bmf1551547174087
Ixiasoft
8.4. Balancing Capacity in a System of Tasks
Typically, these performance issues are caused by a lack of capacity in the datapath of the functions calling task function using the ihc::launch and ihc::collect calls. You can improve system throughput in these cases by adding a buffer to the explicit streams to account for the latency of the task functions.
- <quartus_installdir>/hls/examples/tutorials/ system_of_tasks/balancing_pipeline_latency
- <quartus_installdir>/hls/examples/tutorials/ system_of_tasks/balancing_loop_delay
- <quartus_installdir>/hls/examples/tutorials/ system_of_tasks/launch_and_collect_capacity
The Intel® HLS Compiler Pro Edition emulator models the size of the buffer attached to a stream. However, the emulator does not fully account for hardware latencies, and it might exhibit different behavior between simulation and emulation in these cases.
In addition to the techniques outlined in the tutorials, follow the practices that follow to try to maximize the data throughput of your design.