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

Jitter

by Xilinx Employee on ‎07-21-2011 10:48 AM

It has been a long time since I have posted anything on jitter, and a customer question to a Xilinx Field Applications Engineer (FAE) has prompted me to revisit an old friend, or foe.

 

Jitter is the difference in the “significant instants” (the ITU definition) from a theoretical perfect clock reference, or a data stream if that is what you are interested in.  The significant instants in this case are the rising or falling edges.

 

http://www.xilinx.com/support/documentation/white_papers/wp319.pdf

 

There are two types of jitter on the clock networks that the Xilinx tools keep track of and use to check if there is enough timing margin. They are:

 

Discrete Jitter

System Jitter

 

In order to perform the calculations, the tools ask the user to supply the peak-to-peak jitter of the various clock oscillators supplying the device, typically 35 picoseconds peak to peak, and the added system jitter from all of the outputs and internal nodes that are switching.  The tools then add in the DCM, PLL, and MCMM jitter, and present the results and a summary in the timing report.

 

 

Addition

 

When adding peak-to-peak values, one takes the square root of the sum of the squares, which is known as Quadratic Addition, as opposed to simple addition (i.e. 1 + 1 = 2).

 

The quadratic sum is: 1 + 1 = SQR(1^2 +1^2) or 1.414…, the square root of 2.

 

The quadratic sum is used when adding peak-to-peak values; whereas, if you had RMS (root mean square) values, you would use regular addition.

 

 

System Jitter

 

When anything switches, it requires some current, and that current leads to a tiny voltage drop, which ultimately means that the power supply is lessened.  At each rising edge, all sources of these voltage drops add up and stretch out the clock (the devices get slower with lower voltage).  All of this switching activity leads to system jitter.  We cannot tell you what it is, so either you may make an educated guess based on past experience, or measure it.  System jitter is never less than 100 picoseconds, peak to peak (ps p-p), and can be as much as 1000 ps p-p if absolutely everything, I/Os, BRAMs, DFFs, and DSPs switch on the same clock’s rising edge.

 

System jitter also increases with poor bypassing or layout of the power and ground planes and connections.

 

http://www.xilinx.com/support/documentation/user_guides/ug373.pdf

 

System jitter is measured by placing the clock to a DDR IOB, tying the top DFF D input to a ‘1’ and the bottom DFF D input to a ‘0’, and measuring the resulting signal at the I/O pin for jitter.

 

It is strongly recommended to use more than one edge of a clock.  Pass it through the MMCM to obtain the 0, 90, 180, and 270 degree phases of the clock.  Use ¼ of the value you are using to switch on each phase (not all at once).  Ensure proper timing by using the correct timing constraints between the four phase regions.  Include I/Os in this system jitter reduction design method.

 

 

Discrete Jitter

 

The jitter from the DCM was long ago realized to be “different” from the types of jitter we had seen before.  The jitter from the DCM was from the switching of the clock output from one tap to another tap of the delay line.  This ‘tap dance’ led to discrete steps of time (~35 ps) on the clock.  The use of the frequency synthesizer function introduced a wild and crazy ‘tap dance,’ leading to more jitter than just the phase tracking feature.

 

With the shift to using phase-locked loops (PLL) more and more, the Discrete Jitter is still used by the tools to account for the jitter added by the clocking resources (multi-mode clock manager, or MMCM).

 

 

Problem Solved


So, do not be puzzled by the strange nomenclature of ‘Discrete Jitter,’ as it is only the jitter that is added by the clocking resources.

Comments
by clydewilliford on ‎08-15-2011 01:51 PM

Austin, I enjoyed your comments on Jitter. I am retired from the software duplication business, but still love too read about signal tech. etc. it's been a while since anyone mention (PPL) to me. lol 

 

My only jitter now day's is, if i get a third glass of wine!

 

take care, clyde

About the Author
  • Austin graduated from UC Berkeley in 1974 and 1975 with his BS EECS in Electromagnetic (E&M) Theory and MS EECS in Communications and Information Theory. He worked in the telecommunications field for 20 years designing optical, microwave, and copper-based transmission systems. Austin joined the IC Design department for the Virtex product line at Xilinx in 1998. His role for the last four years is working for Xilinx Research Labs, where he is looking beyond the present technology issues. Austin has 69 patents.