Visible to Intel only — GUID: cpt1646731512589
Ixiasoft
1. F-Tile JESD204B IP Quick Reference
2. About the F-Tile JESD204B Intel® FPGA IP
3. Getting Started
4. F-Tile JESD204B IP Functional Description
5. F-Tile JESD204B IP Deterministic Latency Implementation Guidelines
6. F-Tile JESD204B IP Debug Guidelines
7. F-Tile JESD204B Intel FPGA IP User Guide Archives
8. Document Revision History for the F-Tile JESD204B Intel® FPGA IP 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. F-Tile JESD204B IP Design Considerations
3.8. F-Tile JESD204B Intel® FPGA IP Parameters
3.9. F-Tile JESD204B IP Component Files
Visible to Intel only — GUID: cpt1646731512589
Ixiasoft
4.5.3. FPGA–DAC Subsystem Reset Sequence
Figure 19. FPGA–DAC Subsystem Reset Sequence Timing Diagram
The recommended FPGA – DAC subsystem bring-up sequence:
- The User Logic asserts IP and configuration reset to the SIP TX, jesd204_tx_rst_n = 0, jesd204_tx_avs_rst_n= 0 and reconfig_xcvr_reset = 1. jesd204_tx_out_of_reset is an output status to inform USER the IP MAC’s current reset status. jesd204_tx_out_of_reset = 0 indicates the MAC is under reset.
Note: If User asserts jesd204_tx_avs_rst_n/reconfig_xcvr_reset, jesd204_tx_rst_n is required to be asserted as well. User could opt to assert jesd204_tx_rst_n without jesd204_tx_avs_rst_n/reconfig_xcvr_reset.
- Wait for Core PLL to lock. After which the User Logic deassert jesd204_tx_avs_rst_n/reconfig_xcvr_reset and perform configurations of the tile and Soft IP.
- After all relevant tile channels are fully in RESET, the IP asserts jesd204_tx_rst_ack_n to the USER LOGIC. Knowing the relevant channels are in proper reset states, the USER LOGIC can release the reset to the IP’s tile when it is ready to do so (jesd204_tx_rst_n = 1). User could use jesd204_tx_rst_ack_n for this purpose (to know when to deassert jesd204_tx_rst_n =1)
- The User Logic deassert the reset, jesd204_tx_rst_n = 1.
- 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. TX SIP is operational.
- 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 IP is ready to receive data from application, assert jesd204_tx_frame_ready = 1 and jesd204_tx_link_ready = 1.
- Anytime user requires a reset to MAC+PHY, wait for jesd204_tx_rst_ack_n=1. Assertion of jesd204_tx_rst_n=0 resets all logics in the IP.
- The IP asserts jesd204_tx_rst_ack_n=0 and jesd204_tx_out_of_reset = 0 to indicate to USER that reset sequence is completed.