I catch the sync signal in chipscope(tx_core_clk domain)show below.The SYNC signal from the AD9173 has been periodically dropped.
PS:My transmitter clock is not synchronization with the ad9173 device clock,is there something wrong with that?
AD9173
Recommended for New Designs
The AD9173 is a high performance, dual, 16-bit digital-to-analog converter (DAC) that supports DAC sample rates to 12.6 GSPS. The device features an 8...
Datasheet
AD9173 on Analog.com
Dear SAli486,
Your transmitter and AD9173 clock should be a match in order for the JESD204B link to be synchronized. Most of these errors are a result of clocking issues or the physical connection between the devices. Make sure both the CLKIN for the DAC and the refclk for the FPGA are the exact appropriate frequency. You can also refer to our JESD204B Debug guide for more tips.
https://www.analog.com/media/en/training-seminars/tutorials/JESD204B-link-debug.pdf
Best regards,
Zaid
Hi ZAjlouni,
I finally achieved JESD synchronization and the issue ended up being on the FPGA side. I tested it on Xilinx FPGA. According to the IP specification, tx_core_clk = Lane rate / 40, but I set it wrong before. Thanks a lot!
However, when it works normally, I check that DLL_Lock(0x0C3 BIT0) and NVM_ Blrdone(0x705 BIT1) are still pulled down. In the first time according to the start-up sequence configuration is pulled high.Is there something wrong with that?
Hi SAli486,
That is great news ! However, issues with the DLL lock registers usually come up from an error in the startup sequencing. Please make sure to follow the startup sequence as listed in table 49 to table 58 in the data sheet. In addition, make sure that the registers are configured correctly according to your system parameters (i.e interpolation, JESD lanes, fdac, clock, etc.) Otherwise, it might give you unexpected results that do not match the correct configuration. I hope this helps.
Best regards,
Zaid