• 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. dbcommands

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 91
  • Views 13888
  • 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

dbcommands

ArvindBezawada
ArvindBezawada over 12 years ago

Hi how to give adress of timing library and other valuies using this command

 dbNetEvalDelayAndTran netPtr timeArcPtr rise_delay(ns) rise_trans(ns) fall_delay(ns) fall_trans(ns)

 RightNow for reporting slew value of a net using "reportNet -net net_name"..This is taking longer time ..if it is a post route database it is

going for full chip extraction and then it is reporting so can we use any dbget command as alternative.......

  • Cancel
  • BobD
    BobD over 12 years ago
    I think the best way to query values like these are with the Advanced Timing TCL commands like these for example:

    encounter 1> get_pins DTMF_INST/TDSP_CORE_INST/i_10084/Y
    encounter 2> report_property [get_pins DTMF_INST/TDSP_CORE_INST/i_10084/Y]
    max_transition                      | 4.500
    slew_max_fall                       | 0.398
    slew_max_rise                       | 0.739
    slew_min_fall                       | 0.398
    slew_min_rise                       | 0.739
    encounter 10> get_property [get_pins DTMF_INST/TDSP_CORE_INST/i_10084/Y] slew_max_rise
    0.739
    A nice thing about get_property is that you can specify which MMMC view you want query:
    encounter 11> get_property [get_pins DTMF_INST/TDSP_CORE_INST/i_10084/Y] slew_max_rise -view setup_func
    0.739

    Think these will help meet your needs?
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • ArvindBezawada
    ArvindBezawada over 12 years ago

    Hi BobD thanks for this...i tried this but report_property..if i use that again it is going to start full chip extraction and then it is reporting the values as u mentioned...as my design is at post route stage.....

     So is there any time saving ...in the sense any dbcommand available....to give the value directly with out going for extraction

     Thanks..

    Arvind

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • BobD
    BobD over 12 years ago
    Once the timing graph is built, you should be able to query the timing graph without re-extracting. Could you try doing a "timeDesign -postRoute" and then calling report/get_property?
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • chirag maniya
    chirag maniya over 12 years ago

    Looks like ...When you load a fresh databsase and then use report_property then it will extract for full design.

    So First use report_timing and then use 'report_property' command.

    If you already have done report_timing on design then it will not extract again.

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

    common man...i know that i am fresh and my database is fresh...only thing i need is is there any alternate dbcommand...Thats what i want...chirageeeeey...

    • 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