Create FIFO
- Updated2023-02-17
- 1 minute(s) read
Create FIFO
Creates a locally scoped FIFO.
Locally scoped FIFOs can only be used by reference, and are not available as project items.
Inputs/Outputs

data type
Type of data this FIFO transfers and stores.
Default value: int32

minimum depth
Number of items this FIFO can hold before overflowing.
Default value: 1025

reference out
Reference to the FIFO.