• 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. How to get the loading capacitance of a certain instance...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 91
  • Views 15178
  • 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

How to get the loading capacitance of a certain instance by encounter?

qijianfei
qijianfei over 12 years ago

 Dear All,

 If I know the instant name and its output pin's name. How can I use encounter to get the loading capacitance of that pin? Which command should I use? 

 

Thanks

qijianfei

  • Cancel
  • BobD
    BobD over 12 years ago

    Here's an example: 

    report_property [get_nets [get_property [get_pins DTMF_INST/TDSP_CORE_INST/TDSP_CORE_GLUE_INST/i_962/Y] net_name]]

    total_capacitance_max_fall          | 0.006
    total_capacitance_max_rise          | 0.006
    total_capacitance_min_fall          | 0.006
    total_capacitance_min_rise          | 0.006
    wire_capacitance_max                | 0.002
    wire_capacitance_max_fall           | 0.002
    wire_capacitance_max_rise           | 0.002
    wire_capacitance_min                | 0.002
    wire_capacitance_min_fall           | 0.002
    wire_capacitance_min_rise           | 0.002 

    You can query individual values with get_property which should also accept specification of a -view:

    get_property -view default_analysis_view_hold [get_nets [get_property [get_pins DTMF_INST/TDSP_CORE_INST/TDSP_CORE_GLUE_INST/i_962/Y] net_name]] wire_capacitance_max 

    Hope this helps,
    Bob 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • qijianfei
    qijianfei over 12 years ago

    Does this net capacitance include the input capacitances (gate capacitances) of the input pins connected with this output pin? 

    Thank you so much Bob.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • BobD
    BobD over 12 years ago
    I believe total_capacitance does include input pin cap(s), wire capacitance does not.
    • 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