• 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.

Stats

  • Locked Locked
  • Replies 15
  • Subscribers 94
  • Views 26752
  • 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.

gops
gops over 16 years ago
How should i manage CTS efficiently. I need to know what all things should be taken care in the clock tree sppecification file for an optimized clock tree. I usually create the .ctsch file from the tool itself. I just used to give the clock buffer and clock inverter foot prints for the purpose. Will this much information create the clock tree in an efficient way? if not please give me some tips to improve my clock tree. thanks gops.
  • Cancel
Parents
  • Kari
    Kari over 16 years ago

    Here's a quick example. Note that I specified a NonDefaultRule called "WideWire". This rule needs to be defined in the tech LEF file first.

    You can refer to the User Guide for more information on all the options in the .ctstch file. 

     

    ----------------------------------------------------------------- 

     ClkGrp
    +clk1
    +clk2 

    RouteTypeName CLK_ROUTE
    TopPreferredLayer 5
    BottomPreferredLayer 3
    NonDefaultRule WideWire
    PreferredExtraSpace 0
    End

    #------------------------------------------------------------
    # Clock Root   : clk1
    # Clock Name   : clk1
    # Clock Period : 2ns
    #------------------------------------------------------------
    AutoCTSRootPin clk1
    Period         2ns
    MaxDelay       2ns
    MinDelay       0ns
    MaxSkew        150ps
    SinkMaxTran    200ps
    BufMaxTran     200ps
    AddDriverCell  CLKBUFX16
    Buffer         CLKINVX8 CLKINVX12 CLKINVX16
    NoGating       NO
    DetailReport   YES
    SetDPinAsSync  YES
    SetIoPinAsSync YES
    RouteClkNet    YES
    RouteType      CLK_ROUTE
    END

    #------------------------------------------------------------
    # Clock Root   : clk2
    # Clock Name   : clk2
    # Clock Period : 2ns
    #------------------------------------------------------------
    AutoCTSRootPin clk2
    Period         2ns
    MaxDelay       2ns
    MinDelay       0ns
    MaxSkew        150ps
    SinkMaxTran    200ps
    BufMaxTran     200ps
    AddDriverCell  CLKBUFX16
    Buffer         CLKINVX8 CLKINVX12 CLKINVX16
    NoGating       NO
    DetailReport   YES
    SetDPinAsSync  YES
    SetIoPinAsSync YES
    RouteClkNet    YES
    RouteType      CLK_ROUTE
    END

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Kari
    Kari over 16 years ago

    Here's a quick example. Note that I specified a NonDefaultRule called "WideWire". This rule needs to be defined in the tech LEF file first.

    You can refer to the User Guide for more information on all the options in the .ctstch file. 

     

    ----------------------------------------------------------------- 

     ClkGrp
    +clk1
    +clk2 

    RouteTypeName CLK_ROUTE
    TopPreferredLayer 5
    BottomPreferredLayer 3
    NonDefaultRule WideWire
    PreferredExtraSpace 0
    End

    #------------------------------------------------------------
    # Clock Root   : clk1
    # Clock Name   : clk1
    # Clock Period : 2ns
    #------------------------------------------------------------
    AutoCTSRootPin clk1
    Period         2ns
    MaxDelay       2ns
    MinDelay       0ns
    MaxSkew        150ps
    SinkMaxTran    200ps
    BufMaxTran     200ps
    AddDriverCell  CLKBUFX16
    Buffer         CLKINVX8 CLKINVX12 CLKINVX16
    NoGating       NO
    DetailReport   YES
    SetDPinAsSync  YES
    SetIoPinAsSync YES
    RouteClkNet    YES
    RouteType      CLK_ROUTE
    END

    #------------------------------------------------------------
    # Clock Root   : clk2
    # Clock Name   : clk2
    # Clock Period : 2ns
    #------------------------------------------------------------
    AutoCTSRootPin clk2
    Period         2ns
    MaxDelay       2ns
    MinDelay       0ns
    MaxSkew        150ps
    SinkMaxTran    200ps
    BufMaxTran     200ps
    AddDriverCell  CLKBUFX16
    Buffer         CLKINVX8 CLKINVX12 CLKINVX16
    NoGating       NO
    DetailReport   YES
    SetDPinAsSync  YES
    SetIoPinAsSync YES
    RouteClkNet    YES
    RouteType      CLK_ROUTE
    END

    • 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