• 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 identify clock network objects in the design?

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 91
  • Views 14495
  • 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 identify clock network objects in the design?

Rajesh Vembu
Rajesh Vembu over 15 years ago

How to determine all the objects in the propagation path of clock? This would include clock gating elements, buffers/inverters, flops, latches, macros...

 

  • Cancel
  • BobD
    BobD over 15 years ago

    Graphically we have this functionality under "Clock->Analyze Clock Tree".

    Programatically, what I see a lot of people doing is tracing the clock network, writing it to a file and then parsing the file for the information they're looking for.  For example:

    ckSynthesis -clk DTMF_INST/TEST_CONTROL_INST/i_150/Y -check -trace DTMF_CHIP.cts_trace -forceReconvergent -breakLoop

    Hope this helps,
    Bob

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Rajesh Vembu
    Rajesh Vembu over 15 years ago

     Hi Bob,

    Thanks for the response. We currently follow the method you suggest.

    I was hoping if we can query it using "get_attribute". That would be a very good option.

    Example :

    The clock_network_pins attribute returns all pins that are in the clock tree of the specified clock.

    get_attribute  [get_clocks clock_name]  clock_network_pins

     

    Regards

    Rajesh

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • BobD
    BobD over 15 years ago

    Hi Rajesh,

    "get_attributes [get_clocks clock_name] clock_network_pins" does work for clocks in the timing domain but as you know from a CTS perspective there isn't necessarily alignment between clocks that originate from SDC and those that we as users define as part of a clock tree spec file.  I'm not aware of a way to programmatically query CTS clocks though it's something that would be useful.

    -Bob

     

    • 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