• 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 12993
  • 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
Parents
  • 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
Reply
  • 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
Children
No Data

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