The following sequences for issuing GTRXRESET, RXPMARESET, or RXRATE in the Virtex-7 GTH Production Transceivers must be followed if the GTH transceiver is configured as follows:
1. RXOUT_DIV = 2, 4, 8 or 16
AND
2. RX internal data width is 20 or 40-bit (RX_DATA_WIDTH = 20, 40 or 80)
For the other modes, this is not required but still supported.
These reset sequences can be also used on General ES silicon but are not required. Thiswill be added to the next revision of the 7 Series FPGA GTX/GTH Transceivers User Guide(UG476).
In these sequences, "user_*" denotes user input. This signal was previously connected directly to the GT primitive. It will now trigger an alternative reset sequence as described below.
"gt_*" denotes connection to GT primitive. The following diagram indicates where this new sequence fits in.
"DRP wr" denotes the function of performing a DRP write to address 9'h011. The exact DRP transaction is not shown.
1. GTRXRESET:
Thefollowingreset sequence must be followedwhen the user wants to perform GTRXRESET.
Steps:
- User triggers a reset request by asserting user_GTRXRESET.
- Set and hold gt_GTRXRESET High. This will cause gt_RXPMARESETDONE to go Low.
- Issue DRP write to the GTHE2_CHANNEL primitive, DRP address 9h011, and set bit[11] to 1b0.
Note: In order to ensure only bit[11] of DRP address 9h011 is modified, it is best to perform a read-modify-write function.
- Upon DRP write completion and user_GTRXRESET detected as low, set and hold gt_GTRXRESET low. If user_GTRXRESET remains asserted upon completion of the DRP write, continue to assert gt_GTRXRESET until user_GTRXRESET is low.
- Wait for falling edge of gt_RXPMARESETDONE.
- Issue DRP write to the GTHE2_CHANNEL primitive, DRP address 9h011, restoring the original setting for bit[11]. The completion of this DRP write must occur before RXPMARESETDONE switches from low to high. RXPMARESETDONE will stay low for a minimum of 0.66 us.
Notes:
- Make sure gt_GTRXRESET is output of a register.
- Make sure RXPMARESET_TIME is set to 5h3. This should be the default setting.
- The sequence above will only simulate properly if SIM_GTRESET_SPEEDUP is set to FALSE and the GT functional simulation model in unisims library is used. If SIM_GTRESET_SPEEDUP is set to TRUE or if GT functional simulation model in unifast library is used, the above sequence must be bypassed.
2. RXPMARESET:
Thefollowingreset sequence must be followedwhen the user wants to perform RXPMARESET.
Steps:
- User triggers a RXPMARESET request by asserting user_RXPMARESET.
- Issue DRP write to the GTHE2_CHANNEL primitive, DRP address 9h011, and set bit[11] to 1b0.
Note: In order to ensure only bit[11] of DRP address 9h011 is modified, it is best to perform a read-modify-write function.
- Upon DRP write completion, set and hold gt_RXPMARESET High.
- Wait for RXPMARESETDONE to go Low.
- Issue DRP write to the GTHE2_CHANNEL primitive, DRP address 9h011, restoring the original setting for bit[11].
- Upon DRP write completion and user_RXPMARESET detected as Low, set and hold gt_RXPMARESET Low. If user_RXPMARESET remains asserted upon completion of the DRP write, continue to assert gt_RXPMARESET until user_RXPMARESET is Low.
Note:Make sure gt_RXPMARESET is output of a register.
3. RXRATE:
Thefollowingsequence must be followedwhen the user wants to trigger RX rate change via RXRATE.
Steps:
- User triggers a RX rate change request by changing user_RXRATE.
- Issue DRP write to the GTHE2_CHANNEL primitive, DRP address 9h011, and set bit[11] to 1b0.
Note:In order to ensure only bit[11] of DRP address 9h011 is modified, it is best to perform a read-modify-write function.
- Upon DRP write completion, set gt_RXRATE to the value of user_RXRATE.
- Wait for RXPMARESETDONE to go Low.
- Issue DRP write to the GTHE2_CHANNEL primitive, DRP address 9h011, restoring the original setting for bit[11]. The completion of this DRP write must occur before RXPMARESETDONE switches from Low to High. RXPMARESETDONE will stay Low for a minimum of 0.66 us.
Notes:
- The sequence above will only simulate properly if SIM_GTRESET_SPEEDUP is set to FALSE and the GT functional simulation model in unisims library is used. If SIM_GTRESET_SPEEDUP is set to TRUE or if GT functional simulation model in unifast library is used, the above sequence must be bypassed.
- The steps outlined here for RXRATE change are still being tested and verified on the hardware.
Revision History
02/20/2013 - Updated thebeginning to reflect the correct GTH modecombination where the new reset is required
01/31/2013 - Initial release