• 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. Clock tree synthesis (ccopt): where set_clock_latency has...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 92
  • Views 17106
  • 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

Clock tree synthesis (ccopt): where set_clock_latency has been defined?

Clidre
Clidre over 8 years ago

Hello,

for my clock tree synthesis, I use the ccopt flow, and I source the following commands:

setCTSMode -engine ccopt

create_ccopt_clock_tree_spec -file ccopt.spec

The .spec file should be based on my .sdc. However, in the generated .spec file I can read something like the following:

# Clock tree offset inferred from set_clock_latency -source assertions:
set_ccopt_property source_latency -delay_corner corner_max_125c -late -rise -clock_tree CK_4 -0.273
set_ccopt_property source_latency -delay_corner corner_max_125c -late -fall -clock_tree CK_4 -0.276
set_ccopt_property source_latency -delay_corner corner_min_m55c -early -rise -clock_tree CK_4 -0.125
set_ccopt_property source_latency -delay_corner corner_min_m55c -early -fall -clock_tree CK_4 -0.126

However I don't have any set_clock_latency command in my .sdc!!!

Where do these numbers come from? And why they're negative?

I hope you can help me understand. Thanks!!!

  • Cancel
  • TungVo
    TungVo over 8 years ago

    Hi you,

    Can you take carefully a look your sdc if there is a set_input_delay for clock ports. If yes, tool will convert this setting to set_clock_latency for those clock ports.

    " why they're negative?"

    I hope the below will help you.

    set_clock_latency -0.2 CK (-0.2 is pull up clock)

    when create_ccopt_clock_tree_spec then It will be

    set_ccopt_property insertion_delay 0.2 -pin CK

    Best,

    TungVo

    • 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