若要下載 NI 軟體,包括下方所列的產品,請造訪 ni.com/downloads。
This example demonstrates how to use DMA FIFOs to send data to and from an FPGA target (bidirectional data transfer).
Description
This project is configured to work with a PXI-7841R on a Windows computer, but this same code will work on any FPGA target and a Windows or a Real-Time Host. This example generates a user defined waveform and sends it down to the FPGA using a Host to Target scoped FIFO. The FPGA then sends it right back up to the Host VI using a Target to Host scoped FIFO. In a real application you would want to process data in between, or just use one FIFO for input OR output.
For more general info on using DMA FIFO's check out this link: Creating FIFOs in FPGA VIs (FPGA Module)
Requirements
Software
Hardware
Steps to Implement or Execute Code
Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text ‘NIVerified’. Read here for more information about the new Example Guidelines and Community Platform.**
NI 社群中,來自 Example Code Exchange 的範例程式碼已含 MIT 授權。
Worked in simulation, but works incorrectly on FPGA
On FPGA you will see the same number collected in sequence. Like 0,0,0 often at start but at other times as well. It is easier to see if you use a know sequence like 1,2,3,...