Post Go back to editing

jesd204b configuration for AD9083

Category: Software
Product Number: AD9083
Software Version: Vivado2019.2

Hi,ADI

If my jesd204b has L=1,then the ad9083 will transmit through that line?

And how do I confirm that the JESD204B configuration is complete after the jesd204b configuration is done?
I hope someone will have some free time to reply to me.

Best regards,
Rookie

  • Hi, you could write a short script to check the status of the JTX_PHASE _ESTABLISHED bit ...in register 0x313, in the API script when you have no errors returned then the link is good 

    0x313

    PHASE_ESTABLISH_
    STATUS

    [7:1]

    RESERVED

    Reserved.

    0x0

    R

     

     

    0

    JTX_PHASE_ESTABLISHED

    phase established readback.

    0x0

    R

  •  Hi ,

    In addition to below, in order to check that the link has been established....  For that, you need to check status bits in the FPGA.  You should have bits akin to “CGS complete”, “Frame Sync established”, “ILA complete”, and “Data_ready”.  you can check the documentation for the IP you are using for the names of these status bits.

    regards Brigid.