Developer Guide
FPGA Optimization Guide for Intel® oneAPI Toolkits
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-4C089750-9092-43A7-9497-0C3A2DADA616
Visible to Intel only — GUID: GUID-4C089750-9092-43A7-9497-0C3A2DADA616
Key Properties of a Pipe
The following are the key properties of a pipe:
Property |
Description |
---|---|
FIFO ordering |
Data is only accessible (readable) in FIFO order.
NOTE:
There is no concept of a memory address or pointer (that is, there is no random access). |
Capacity |
Number of outstanding words or packets that can be written to an initially empty pipe before reading anything from it. |