GTS JESD204B IP User Guide

ID 832100
Date 8/29/2025
Public
Document Table of Contents

4.6.2. TX Reset Entry and Exit Sequence

Figure 19. TX IP Reset Entry and Exit Sequence

The descriptions below correspond to Figure 19:

  1. The user logic asserts the GTS JESD204B IP and configuration reset to the GTS JESD204B IP TX, jesd204_tx_avs_rst_n = 0, jesd204_tx_rst_n = 0, and reconfig_xcvr_reset = 1.
    Note: If you assert jesd204_tx_avs_rst_n and reconfig_xcvr_reset, jesd204_tx_rst_n is required to be asserted as well. You can opt to assert jesd204_tx_rst_n without asserting jesd204_tx_avs_rst_n and reconfig_xcvr_reset.
  2. Wait for the Core PLL to lock. After which, the user logic deasserts jesd204_tx_avs_rst_n and reconfig_xcvr_reset and perform configurations of the PHY and IP.
  3. After all relevant PHY channels are fully in reset, the IP core asserts jesd204_tx_rst_ack_n = 0 to the user logic. Knowing the relevant channels are in proper reset states, the user logic can release the reset to the IP core when possible (jesd204_tx_rst_n = 1). Use jesd204_tx_rst_ack_n as an indicator to deassert jesd204_tx_rst_n = 1.
  4. The user logic deasserts the IP reset (jesd204_tx_rst_n = 1).
  5. The IP core deasserts jesd204_tx_rst_ack_n = 1 to indicate that reset sequence is complete.
  6. The IP core asserts jesd204_tx_out_of_reset = 1 to user. You must synchronize jesd204_tx_out_of_reset to rxlink_clk or rxframe_clk domain before use.
  7. For Subclass 1, if the continuous SYSREF pulses from the clock generator are present when the TX link reset is deasserted, the TX link initializes. If the SYSREF pulse is not present, trigger the clock generator to provide a SYSREF pulse to initialize the link after jesd204_tx_out_of_reset = 1.
  8. When the IP is ready to receive data from the application, the IP core assert jesd204_tx_frame_ready = 1 and jesd204_tx_link_ready = 1 to user. The GTS JESD204B TX IP Core is operational.
  9. At any time when you require a reset to the MAC and PHY, you must wait for jesd204_tx_rst_ack_n = 1. Assertion of jesd204_tx_rst_n = 0 resets the MAC and PHY in the IP core.