Visible to Intel only — GUID: wuo1551547175477
Ixiasoft
Visible to Intel only — GUID: wuo1551547175477
Ixiasoft
8.2. Sharing an Expensive Compute Block
To allow for calls from multiple places to a task, the Intel® HLS Compiler Pro Edition generates arbitration logic to the called task function. This arbitration logic can increase the area utilization of the component. However, if the shared logic is large, the trade-off can help you save FPGA resources. The savings can be especially noticed when your component has a large compute block that is not always active.
Review the tutorial <quartus_installdir>/hls/examples/tutorials/system_of_tasks/resource_sharing to see a simple example of how to share a compute block in component.