• 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 write sdc for pre/post CTS ?

Stats

  • Locked Locked
  • Replies 12
  • Subscribers 94
  • Views 10553
  • 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 write sdc for pre/post CTS ?

yamakazu
yamakazu over 10 years ago

I want to set different clock uncertainity values in the same sdc file for both pre and post CTS modes. Can I do that ? The following sdc didn't work. How to do that ?

if {[getAnalysisMode -clockPropagation -quiet] == "forcedIdeal"} {
    set jit_add 0.2
} else {
    set jit_add 0
}
set_clock_uncertainty [expr 0.200+${jit_add}] \
  -from [get_clocks {my_clk}] -to [get_clocks {my_clk}]

  • Cancel
Parents
  • yamakazu
    yamakazu over 10 years ago

    Hi Khandaker,

    I am confused. My original question is to ask how to identify pre/post CTS in the SDC. I have some more questions.

    1. If we need the set_propagated_clock command to propagate clock (it means post-CTS), does it mean that the SDC (includes set_propagated_clock) is for post-CTS usage but not for pre-CTS?

    2. If we use this command for pre-CTS netlist, is clock propagation really done ?

    3. Where should this command be ? (Before or after the following code ?)

    if {[get_property [get_clocks $my_clock] is_propagated_clock]] == "true"} {
                set_clock_uncertainty [expr .......] $my_clock
    } else {
                set_clock_uncertainty [expr .......] $my_clock
    }

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • yamakazu
    yamakazu over 10 years ago

    Hi Khandaker,

    I am confused. My original question is to ask how to identify pre/post CTS in the SDC. I have some more questions.

    1. If we need the set_propagated_clock command to propagate clock (it means post-CTS), does it mean that the SDC (includes set_propagated_clock) is for post-CTS usage but not for pre-CTS?

    2. If we use this command for pre-CTS netlist, is clock propagation really done ?

    3. Where should this command be ? (Before or after the following code ?)

    if {[get_property [get_clocks $my_clock] is_propagated_clock]] == "true"} {
                set_clock_uncertainty [expr .......] $my_clock
    } else {
                set_clock_uncertainty [expr .......] $my_clock
    }

    • 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