• 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. Bob, 2 questions about Encounter DB

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 90
  • Views 13737
  • 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

Bob, 2 questions about Encounter DB

archive
archive over 17 years ago

Bob, need your help

1st, I want get all the clock source in SOC Encounter, I use the dbIsFTermTAClkSrc to get the clock defined at primary input, but it doesn't work? Is it a command only supprot FE timing engine? Is there any equivalents db commands? Also, for clocks defined at instance terms, how can I get the clock definition term? My purpose it to get a list of the following format:

SDC_CLOCK_NAME    term_or_fterm_name

2nd, I want to make a table lookup in SOC-E db, can I get the delay value if I have the input transition and output load, then I can use SOME db command to get specific arc delay?

Many thanks!!


Originally posted in cdnusers.org by eminemshow
  • Cancel
  • archive
    archive over 17 years ago

    Hello, Great questions! Thank you for posting them. For querying the db for timing information, CTE-TCL commands are definitely the way to go. Commands like "dbIsFTermTAClkSrc" is what I call an FE-TCL command and they're clumsy to work with for timing purposes. CTE-TCL command documentation can be found in the FE Text Command Reference under the "Advanced Timing Tcl Scripting Commands". Here is an example of how you could use CTE-TCL commands to find the name and source of all the clocks defined in the design: "timeDesign" and then: encounter 9> foreach_in_collection clock [all_clocks] {Puts "[get_property $clock hierarchical_name] [get_property [get_property $clock sources] hierarchical_name] vclk1 DTMF_INST/TEST_CONTROL_INST/i_150/Y vclk2 DTMF_INST/TEST_CONTROL_INST/i_156/Y I don't know the answer to your second question straight away. I seem to recall seeing a textual display of the lookup table for a given library cell in the past, which may be helpful, but I can't find the command that produces that table right now. There's the "report_cell_instance_timing" command, but I don't think that's quite what you're looking for. Let me do some research. I'll post back if/when I find an answer for this part. If anyone else has a suggestion, please do share. Hope this helps, Bob


    Originally posted in cdnusers.org by BobD
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    Bob,
    Today, I just make a try using the FE timing engine. I compare the results of CTE & FE timer, the worst path is the same. I think the reason is that they both use SignalStorm as the delay calculator, maybe they have difference in building timing graphs. I have to admit that FE-timer has limited timing report ability. But I can use commands like 'dbForEachHeadPath, dbForEachPathTerm, dbPathRiseDelay, dbPathFallDelay' and 'dbIsTerm(FTerm)TAClkSrc' to make my 1st question solved.
    But for the 2nd one, I am waiting for your solution.
    Thanks again!Take a bow!


    Originally posted in cdnusers.org by eminemshow
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    Regarding your 2nd question... The "reportTimingLib" command is the one I was thinking of. It prints out a text report of the lookup tables for a given library cell. Though this is not a programmatic interface into the lookup tables, it may give you a path to the information you're looking for.

    Hope this helps,
    Bob


    Originally posted in cdnusers.org by BobD
    • 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