Wednesday, November 3, 2010

Calculate IO flight time using IBIS model

Some high speed interfaces (DDR3 memory interface for example) require skew of signals in the interface well matched. One of the factors affecting the skew is the flight time from the IO pad on the die to the package pin. AR15321 provides a simple method of multiplying the package trace length by 6.0ps/mm(best case) or 7.1ps/mm(worst case) to calculate the flight time. This is the formula that ADEPT has been using for a long time. A new AR (AR34174) was published recently with instructions on how to use the inductance and capacitance matrix in IBIS model to get more precise flight time. ADEPT v0.42.1 incorporated the new method to calculate the flight time for all Virtex6 devices/packages. Below are instructions on how to use the new method:
  • Unzip the IBIS Models zip file and you will see lots of .pkg files for different package/device combinations
  • Run ADEPT and load a Virtex6 device/package
  • Run "File->Read IBIS Model" to load the IBIS model .pkg file for the loaded device
  • Once the IBIS model is read in, the "Trace Len" column is now displayed as "Flight Time LC" column to indicate that the flight time (ps) is calculated with the inductance(L) and capacitance(C) data extracted from the IBIS model

6 comments:

  1. Two feature requests:

    1. Support Spartan-6 IBIS models

    2. Report termination attributes (not just pulldown/pullup) for IOs.

    NOTE: ISE 12.4 pin summary doesn't report termination attributes, either, and a CR is open on this request.

    -- Bob Elkind

    ReplyDelete
  2. Thanks for the suggestion. I added them to the feature request list and will add them when I get a chance.

    https://sites.google.com/site/adepthome/adept-feature-request

    ReplyDelete
  3. Added them in v0.44.2

    http://myadeptblog.blogspot.com/2011/07/spartan6-pin-table-view-enhancements-in.html

    http://sites.google.com/site/adepthome/

    ReplyDelete
  4. Thanks, Jim. I've tried both S6 IBIS models and the in/out term attributes display. Both show up as expected. Very nice!

    -- Bob

    ReplyDelete
  5. How do i calculate this for V5.

    ReplyDelete
  6. http://www.xilinx.com/support/answers/34174.htm applies to Virtex5 if you can get L and C values from the IBIS model for the particular package.

    ReplyDelete