Complete the following steps to add a local or DMA FIFO to an FPGA VI.
You also can click the FPGA FIFO item in the Project Explorer window and drag it onto the block diagram. If you click a local FIFO and drag it onto the block diagram, LabVIEW places a FIFO Read function, configured for the local 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 the functions in a single-cycle Timed Loop, you must wire a constant of zero to the Timeout parameter of the FIFO Read and FIFO Write functions. |
Refer to Reading DMA FIFOs from Host VIs for more information about using DMA FIFOs in host VIs.