Tool/software:
Hello,
I'm admittedly new to JESD204 interfaces, and trying to get a minimalistic design up and running with a single converter (ADC) while understanding what is required for evolution of the design later.
Part of my confusion is related to the relationships between the system clocks, SYNC, and the IP itself. Referring to https://www.ti.com/lit/ug/slau808/slau808.pdf?ts=1730067416711&ref_url=https%253A%252F%252Fwww.ti.com%252Ftool%252FADC09QJ1300EVM Section B.2 shows several valid clocking configurations:
B.2.1 "Ext CLK from LMK to ADC" (Default)
In this configuration both a device clock (DCLK) and Sysref (SDCLK) are sent to both devices. Sending the DCLK to the ADC makes sense as that sets the sampling rate, and the SDCLK provides a reference for synchronization.
i) The parts that I'm not clear with here are 1) Why is one of the DclkX signals sent to both FPGA_GBT_CLK[0] and FPGA_GBT_CLK[1]?
ii) What frequency should the FPGA_GBT_CLK receive? The sampling rate?
iii) Should the FPGA_SYSREF signal be received on a global clock buffer?
iv) What is the purpose of the PLL_REFO --> FPGA_CLK connection here?
More generally, why must a DCLK be sent to the FPGA at all? The JESD204 physical layer embeds the clock, which is later recovered. Is it a valid operating configuration to send a DCLK to the ADC, and a SYSREF to both the ADC and the FPGA, using local clocking otherwise within the FPGA?
Thank you in advance.