Intel® High Level Synthesis Compiler Standard Edition: Reference Manual
Visible to Intel only — GUID: qmp1572909855910
Ixiasoft
Visible to Intel only — GUID: qmp1572909855910
Ixiasoft
10.9. Intel® HLS Compiler Standard Edition Component Default Interfaces
Feature | Description |
---|---|
Component invocation interface (component call and return) |
The component call is implemented as an interface consisting of the component start and busy conduits. The component return is also implemented as an interface that includes the component done and stall signals. |
Scalar parameter interface (passed by value) |
Scalar parameters are implemented as input conduits that are synchronized with the component invocation interface. |
Pointer parameter interface (passed by reference) |
Pointer parameters are implemented as an implicit Avalon Memory-Mapped Master (mm_master) interface with the default parametrization. By default, the base address is treated as a scalar parameter so it is implemented as a conduit that is synchronized to the component invocation interface. A memory mapped interface is also exposed on the component. |