I plan to modify the sampling rates of both the DAC and ADC to 500 MSPS from the default 250 MSPS. Based on my analysis, this requires updating the JESD configuration within the HDL. I have revised the HDL parameters as follows:
-
In the device tree source file:
https://github.com/analogdevicesinc/linux/blob/main/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-ad9081-m8-l4.dts,
Is modifying RX_JESD_L = 8, TX_JESD_L = 8, interpolation, and decimation sufficient, or are there additional parameters that also need updating? -
In the AD9081/AD9082 User Guide:
https://www.analog.com/media/en/technical-documentation/user-guides/ad9081-ad9082-ug-1578.pdf,
several JESD parameters are referenced, including K, F, E, S, and M. I am unclear about their specific roles and usage. Could you please provide clarification? - In the zynqmp-zcu102-rev10-ad9081-m8-l4.dts file, what is the relationship between pll2-output-frequency and the divider settings in the HMC7044 channels?
Thank you.



