• 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. Static power analysis with SOC

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 91
  • Views 14505
  • 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

Static power analysis with SOC

DavidBD
DavidBD over 16 years ago

 Hello,

I would like to generate power report using the following corner :

- RC = CWORST

- PVT =  BC

The inputs are :

- Netlist

- DEF

- SDC

 I would like to generate static report ( no activity file) ( using SOC 8.1 )

 

 

  • Cancel
Parents
  • DavidBD
    DavidBD over 16 years ago

    Hi Kari,

    Please take a look at this Encounter power report script :

     

    =============================================

    loadConfig design.conf
    defIn design.def

    # use Min lib + BCCOM OPC for power corner
    setTimingLibrary -max Min -min Min

    # use CWORST RC corner
    defineRCCorner -late {worst} 125 -early {worst} 125
    setExtractRCMode -engine detail

    extractRC

    reportPower -outfile power.rep -sort { total }

    ======================================

     

    config file :

    ======================================

    global rda_Input
    set rda_Input(ui_netlist) "design.v"
    set rda_Input(ui_topcell) { top }

    # LEF Files
    set rda_Input(ui_leffile) "tcbn45gsbwp_7lm4X2ZRDL.lef"

    # WORST LIB
    set rda_Input(ui_timelib,max) "tcbn45gsbwpwc.lib"

    set rda_Input(ui_timelib,min) "tcbn45gsbwpbc.lib"

    set rda_Input(ui_timingcon_file) "design.sdc"

    set rda_Input(ui_captbl_file) " \
    -typical cln45gs_1p07m+alrdl_typical_top2.captable \
    -best cln45gs_1p07m+alrdl_cbest_top2.captable \
    -worst cln45gs_1p07m+alrdl_cworst_top2.captable"

    ======================================

    Can you please review this code and let me know if it is OK.

    David.

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • DavidBD
    DavidBD over 16 years ago

    Hi Kari,

    Please take a look at this Encounter power report script :

     

    =============================================

    loadConfig design.conf
    defIn design.def

    # use Min lib + BCCOM OPC for power corner
    setTimingLibrary -max Min -min Min

    # use CWORST RC corner
    defineRCCorner -late {worst} 125 -early {worst} 125
    setExtractRCMode -engine detail

    extractRC

    reportPower -outfile power.rep -sort { total }

    ======================================

     

    config file :

    ======================================

    global rda_Input
    set rda_Input(ui_netlist) "design.v"
    set rda_Input(ui_topcell) { top }

    # LEF Files
    set rda_Input(ui_leffile) "tcbn45gsbwp_7lm4X2ZRDL.lef"

    # WORST LIB
    set rda_Input(ui_timelib,max) "tcbn45gsbwpwc.lib"

    set rda_Input(ui_timelib,min) "tcbn45gsbwpbc.lib"

    set rda_Input(ui_timingcon_file) "design.sdc"

    set rda_Input(ui_captbl_file) " \
    -typical cln45gs_1p07m+alrdl_typical_top2.captable \
    -best cln45gs_1p07m+alrdl_cbest_top2.captable \
    -worst cln45gs_1p07m+alrdl_cworst_top2.captable"

    ======================================

    Can you please review this code and let me know if it is OK.

    David.

     

     

    • 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