• 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. Digital Implementation
  3. Command for getting only the si delay

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 92
  • Views 12989
  • 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

Command for getting only the si delay

ssuhas
ssuhas over 14 years ago

Hi,

I wanted to know the si delay added after performing SI analysis.

Can anyone let me know the command to get only the SI delay of the nets

 

Thanks

  • Cancel
  • Kari
    Kari over 14 years ago

     Hi,

    To see the incremental delay from SI analysis, set up your report format to include it:

    set_global report_timing_format {instance cell arc delay incr_delay arrival load slew fanout pin_location}

    Then, when you do report_timing or timeDesign, you'll have an incr_delay column. If you want the net and component delay split out on separate lines, you'll neet to use report_timing -net. Otherwise, the default is to combine the component and net delay into one line.

    Hope that helps,

    - Kari

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Martinage
    Martinage over 14 years ago

    You can also use the  timing Tcl API to query the net arcs directly for the delta delay values:

     

        set delta_delay_max_rise  [get_property [get_arcs -from U1/Y -to U2/A] delta_delay_max_rise]

     

    There are similar properties for min delays and for falling delays.  Refer to the get_property command
    which is documented under the "Advanced Timing Tcl Scripting Commands" in the EDI or ETS
    Command Reference document.

    Note: Queries on arc delays are not yet MMMC aware - you cannot use the get_property -view qualifier
             yet to query on a view-specific basis.

     

    - Ed

    • 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