Developer Guide

Intel oneAPI DPC++/C++ Compiler Handbook for Intel FPGAs

ID 785441
Date 5/08/2024
Public
Document Table of Contents

Key Properties of a Pipe

The following are the key properties of a pipe:

Key Properties

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.