Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
wzk6_3_8
Posts: 12
Registered: ‎08-22-2011
0

RXUSRCLK-sourced problem in V5 GTX

When RXUSRCLK is sourced by TXOUtCLK+BUFG,the GTX works normally. However, when When RXUSRCLK is sourced by RXRECCLK+BUFG,the GTX does not work well. In the configuration, he clock correction is used, and TX/RX buffer is also used. My question is why RXUSRCLK can not be sourced by RXRECCLK+BUFG?

Thanks

Xilinx Employee
venkata
Posts: 84
Registered: ‎02-16-2010
0

Re: RXUSRCLK-sourced problem in V5 GTX

It is fine to source RXUSRCLK by RXRECCLK+BUFG. can you explain what is not working?
Visitor
wzk6_3_8
Posts: 12
Registered: ‎08-22-2011
0

Re: RXUSRCLK-sourced problem in V5 GTX

When RXUSRCLK is sourced by RXRECCLK+BUFG, the RX side of GTX can not properly receive data ( part of FC core 3.3). However, it works during simulation. 

Is it necessary to present the parameter configuration of GTX?

Xilinx Employee
venkata
Posts: 84
Registered: ‎02-16-2010
0

Re: RXUSRCLK-sourced problem in V5 GTX

CDR takes reference of the serial clock generated by PLL and recovers the clock based on the transitions in the incoming data. So, the stability of the RXRECCLK depends on the amount of toggling in the receive data and the quality of the REFCLK given to the PLL. By quality of the REFCLK, I mean the amount of jitter in the REFCLK input should be less.

 

If there is any jitter on the REFCLK it can translate to RXRECCLK.

Visitor
wzk6_3_8
Posts: 12
Registered: ‎08-22-2011
0

Re: RXUSRCLK-sourced problem in V5 GTX

 

I try the case. REFCLKOUT of GTX drives the DCM, whose ouput clock (+BUFG) drives RXRECCLK. It works. Does it mean  the amount of jitter in the REFCLK input is less?

Visitor
wzk6_3_8
Posts: 12
Registered: ‎08-22-2011
0

Re: RXUSRCLK-sourced problem in V5 GTX

Hi,