1. GTS JESD204B IP Quick Reference
2. About the GTS JESD204B Intel® FPGA IP
3. Getting Started
4. GTS JESD204B IP Functional Description
5. GTS JESD204B IP Deterministic Latency Implementation Guidelines
6. GTS JESD204B IP Debug Guidelines
7. Document Revision History for the GTS JESD204B User Guide
3.1. Introduction to Intel® FPGA IP Cores
3.2. Installing and Licensing Intel® FPGA IP Cores
3.3. Intel® FPGA IP Evaluation Mode
3.4. Upgrading IP Cores
3.5. IP Catalog and Parameter Editor
3.6. Design Walkthrough
3.7. GTS JESD204B IP Design Considerations
3.8. GTS JESD204B IP Parameters
3.9. Analog Parameter Settings
3.10. GTS JESD204B IP Component Files
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:
- 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.
- 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.
- 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.
- The user logic deasserts the IP reset (jesd204_tx_rst_n = 1).
- The IP core deasserts jesd204_tx_rst_ack_n = 1 to indicate that reset sequence is complete.
- 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.
- 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.
- 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.
- 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.