Adding Resources to the Project
- Updated2025-04-22
- 1 minute(s) read
-
Right-click
FPGA Target in the
Project Explorer window and select
.
The New FPGA I/O dialog box appears and displays the I/O resources available on the NI 5641.
- In the New FPGA I/O dialog box, expand Analog Input.
- Select ADC_0_Port_A_I and ADC_0_Port_A_Q.
- Click the right arrow to add these resources to the New FPGA I/O table.
-
Click OK.
The FPGA I/O items you configured appear in the Project Explorer window in a folder below the FPGA target.
-
Right-click the FPGA target in the
Project Explorer window and select
.
This FIFO transfers the acquired data to the host computer.
- In the FPGA FIFO Properties dialog box, select the General category.
- Set Type to Target to Host – DMA.
- Set Requested Number of Elements to 32767 .
- In the FPGA FIFO Properties dialog box, select the Data Type category.
- Set Data Type to U32.
- Click OK.
- Right-click the FPGA target in the Project Explorer window and select .
-
In the
FPGA Base Clock Properties dialog box, set
Resource to
ADC_0_Port_A_Clk.
The ADC_0_Port_A_Clk ticks every time the ADC has a new I/Q sample.
- Click OK.