Complete the following steps to read from or write to a FIFO in an FPGA VI.
You also can click the FPGA FIFO item in the Project Explorer window and drag it onto the FPGA VI block diagram. If you click a target-scoped FIFO and drag it onto the block diagram, LabVIEW places a FIFO Write function, configured for the target-scoped FIFO, onto the block diagram. If you click a DMA FIFO and drag it onto the block diagram, LabVIEW places a FIFO Write function, configured for the DMA FIFO, on the block diagram.
![]() |
Note If you use the FIFO Read and FIFO Write functions in a single-cycle Timed Loop, you must wire a constant of zero to the Timeout parameter. |
Refer to Reading DMA FIFOs from Host VIs and Writing to DMA FIFOs from Host VIs for more information about using DMA FIFOs in host VIs.