Change ADC sample rate

Device: RFSoC 4x2 Kit
PYNQ Version: v3.0.1
I would like to ask if the ADC sample rate of this device can be adjusted?
I can use all 4 ADC channels normally, so the ADC sample rate is 0~2.5 GS/s.
But can I use only two ADC channels to achieve a sample rate of 1~5 GS/S?
I found this information in the RFSoC Board Files on this website:
RFSoC 4x2 | Real Digital.

Hi,
I think it can be adjusted via the block RF Data converter in the block design (in Vivado), you need to change some parameters in that block.

I am performing the operation of the following URL. When I come to source ./base.tcl, vivado reports a
ERROR: [Board 49-71] The board_part definition was not found for realdigital.org:rfsoc4x2:part0:1.0. The project’s board_part property was not set, but the project’s part property was set to xczu48dr-ffvg1517-2-e. Valid board_part values ​​can be retrieved with the ‘get_board_parts’ Tcl command. Check if board.repoPaths parameter is set and the board_part is installed from the tcl app store.

Do you have a Vivado entreprise edition, license? RFSoC are not supported on the free standard one: (https://www.amd.com/en/products/software/adaptive-socs-and-fpgas/vivado/vivado-buy.html#tabs-413944f675-item-d41fa24f69-tab)

You need to install the board files in Vivado. RFSoC 4x2 Board Files and BSP | RFSoC-PYNQ

Instructions are here Install Digilent's Board Files - Digilent Reference

As @matthew mentioned, you will need a Vivado license as well.

Thanks to both of you, I have created the base design in vivado

1 Like