Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Reading DMA FIFOs from Host VIs (FPGA Interface)

LabVIEW 2009 FPGA Module Help

Edition Date: June 2009

Part Number: 371599E-01

»View Product Info

You can create Direct Memory Access (DMA) FIFOs in FPGA VIs to transfer data from FPGA VIs to host VIs. Some FPGA targets do not support DMA. The FPGA targets that support DMA include a fixed number of DMA channels available for transferring data between the FPGA VI and the host VI. Refer to the specific FPGA target or chassis hardware documentation for information about the number of DMA channels available, if the FPGA target supports DMA.

Complete the following steps to read a DMA FIFO in an FPGA VI.

  1. Open a reference to an FPGA VI or bitfile.
    Note  The FPGA target, FPGA VI, and host VI must be in the same LabVIEW project if you want to open a reference to an FPGA VI. The host VI does not need to be in a project if you open a reference to a bitfile. If you open a reference to an FPGA VI, the project must include a DMA FIFO item under the FPGA target and the FPGA VI must include a FIFO Method Node configured with the Write method on the block diagram that writes to the DMA FIFO item.
  2. Add an Invoke Method function to the block diagram of the host VI in the data flow where you want the host VI to read the DMA FIFO. Make sure the host VI runs the FPGA VI before you read the DMA FIFO. Wire the FPGA VI Reference In input.
  3. Click the Invoke Method function and select FIFO»Read from the shortcut menu, where FIFO is the name of the FIFO item in the project. Wire the inputs and outputs as needed.
  4. Add the Close FPGA VI Reference function to the block diagram.
  5. Wire the FPGA VI Reference Out output on the Invoke Node to the FPGA VI Reference In input on the Close FPGA VI Reference function.
Note  You can read DMA FIFOs using only the Invoke Method function with the Read method. If you want more control over the DMA FIFO from the host VI, you also can configure, start, and stop the DMA FIFO using the optional Configure, Start, and Stop methods with the Invoke Method function.

 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit