• 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 13889
  • 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
Parents
  • 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
Reply
  • 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
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