• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. extracting jitter from an eye diagram

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 125
  • Views 17782
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

extracting jitter from an eye diagram

svilen
svilen over 10 years ago

Hi,

I have a PRBS data signal from which I plot the eye-digram. So, this signal is strictly speaking not periodic. I need to find a way to extract total jitter from that eye-diagram (the width at the crossing point in the eye-diagram). I don't need to just simply go to viva, plot the eye-diagram and measure with the cursors the width. I need to integrate this measurement in an script (ocean script perhaps). Is there a function that can do all this? Or maybe a procedure that can be put in a script? Or even maybe a way to plot the jitter histogram at the crossing point of the eye-diagram? I'm using IC616-64b.500.132.

Thanks in advance.

Svilen

  • Cancel
  • ShawnLogan
    ShawnLogan over 10 years ago

    Dear Svilen,

    > I need to integrate this measurement in an script (ocean script perhaps). Is

    > there a function that can do all this?

    The cross() function might be your best option as you can measure the time between the threshold crossing of each data pulse and the ideal location of the respective threshold crossing. You know the ideal threshold crossing function from the data pattern you are supplying.

    This will provide you with all the threshold crossing errors (analogous to the set of time interval errors for a clock signal). I assume this raw data can be used in whatever specific calculation you want to perform.

    I hope this helps Svilen,

    Shawn

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • svilen
    svilen over 10 years ago

    Thanks Shawn,

    I actually found a different way using the eye-diagram assistant from where I can get the histogram of the threshold crossings. Then I can do cross on the right and left sides of the histogram at a level of 0.5 and thus extract its span which is the width (within certain accuracy) of the eye-diagram edge crossings.

    Svilen

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    Svilen,

    You can also use the measurements at the bottom of the eye diagram assistant to get the standard deviation of the threshold crossing (and send this to ADE using the right mouse button menu over that measurement). A good rule of thumb to get the range of crossings is to multiply this by 6 (plus and minus 3 sigma). Note that you'd have to ensure that your eye diagram only has one transition region to do this.

    Alternatively, look at

    which provides a function abEyeCross that I wrote - you could use ymax(...)-ymin(...) of this function to find the peak to peak crossing times. The code can also be found at: - but the Cadence Support article gives more background.
    Regards,
    Andrew
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information