SlideShare a Scribd company logo
Intro CTS CTO
Clock Tree Synthesis
How to Synchronize your own chip
Ahmed Abdelazeem
Faculty of Engineering
Zagazig University
RTL2GDSII Flow, March 2022
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO
Table of Contents
1 Introduction
2 Clock Tree Synthesis
3 Clock Tree Optimization
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Table of Contents
1 Introduction
2 Clock Tree Synthesis
3 Clock Tree Optimization
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Design Status, Start of CTS Phase
Placement - completed
Power and ground nets – prerouted
Estimated congestion - acceptable
Estimated timing - acceptable ( 0ns slack)
Estimated max cap/transition – no violations
High fanout nets:
1 Reset, Scan Enable synthesized with buffers
2 Clocks are still not buffered
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Design Status, Start of CTS Phase
Placement - completed
Power and ground nets – prerouted
Estimated congestion - acceptable
Estimated timing - acceptable ( 0ns slack)
Estimated max cap/transition – no violations
High fanout nets:
1 Reset, Scan Enable synthesized with buffers
2 Clocks are still not buffered
Question
Why are there no buffers on clock nets?
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
CTS Problem
CTS is the process of distributing clock signals to clock pins
based on physical/layout information
After placement of cells the tree of synchronization is
synthesized
Balanced clock tree is synchronized with the addition of
buffers
After routing CT optimization is made
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Starting Point before CTS
All clock pins are driven by a single clock source
All clock pins are from a source of clock pulses in various
geometrical distances
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
CTS Goals
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Clock Tree Synthesis (CTS) (1/2)
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Clock Tree Synthesis (CTS) (2/2)
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Clock Tree: General Concepts: Clock Distribution Network
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Clock Tree: General Concepts: Clock Tree Goal and
Metrics
Goal
Basic connectivity
Metrics
Skew
Power
Area
Slew rates
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Clock Tree: General Concepts: Clock Skew: Definition,
Causes and Effects
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Clock Skew Types
Global
Global skew is recommended - fastest
may add unnecessary buffers
Local
Longer runtime
Possibly fewer buffers ” Only related FFs are balanced for skew
”
Useful
Used to fix small violations where local or global failed
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Global Skew: Fastest Runtime
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Local Skew: Targeted Synthesis, But Slower
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS CTS Balance Skew
Useful Skew
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Table of Contents
1 Introduction
2 Clock Tree Synthesis
3 Clock Tree Optimization
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Clock Tree Synthesis
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Clock Tree Synthesis
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Understand Your Clock Tree Goals
Skew Goal
What are the skew requirements for your design?
Are there different skew targets for small and large clocks?
Insertion Delay Goal
What are the insertion delay specs for your block?
What is a reasonable target based on the size and floorplan of
your block/chip?
Nondefault rules to prevent SI problems
DRC Requirements
Are signal net DRCs different from clock net DRCs?
Find out the order of significance or importance of all
the clocks in the design
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Default Clock Tree Targets
The default CTS target for skew and insertion delay is
Ons
Uncertainty and insertion delay SDC constraints are ignored
It is recommended to relax the clock skew target as
much as possible
Reduces overall buffer count, Power, and run time
Specify minimum clock latencies as needed
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Constraints: Are all Clock Drivers and Loads Specified?
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Where Does the Clock Tree Begin and End?
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Define Clock Root Attributes (1/2)
When the clock root is a primary port of a block
Ensure that an appropriate driving cell is defined
set driving cell
The synthesis constraints may include a weak driving cell for
all inputs, including the clock port
Because the clock is ideal during synthesis it has no effect on
design QoR
But a weak driver on the clock port affects clock tree QoR
during CTS
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Define Clock Root Attributes (2/2)
When the clock root is a primary port, but at the
CHIP-level through an IO-PAD
Ensure that an appropriate input transition is defined
set input transition
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Stop, Float and Exclude Pins
Stop Pins:
CTS optimizes for DRC and
clock tree targets (skew, insertion
delay)
Float Pins:
Like Stop pins, but with delays
on clock pin
Exclude (Ignore) Pins:
CTS ignores skew and insertion
delay targets
CTS will fix DRCs to meet library
or SDC constraints
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Generated and Gated Clocks
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Skew Balancing not Required
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
No Inter-Clock Skew Balancing by Default
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Inter-Clock Delay Balancing
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Inter-Clock Delay Balancing: With Offset
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
User-defined or Explicit Stop Pins
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Defining an Explicit Stop Pin
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Defining an Explicit Float Pin
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Non-Default Clock Routing
PnR Tool can route the clocks using non-default routing rules,
e.g. double-spacing, double-width, shielding, and double via
Non-default rules are often used to “harden” the clock, e.g.
to make the clock routes less sensitive to Cross Talk or EM
effects, which improve yield
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
NDR Recommendations
Always route clock on metal 3 and above
Avoid NDR on Metal 1
may have trouble accessing metal 1 pins on buffers and gates
Consider using double spacing to reduce crosstalk
Consider double width to reduce resistance
Consider double via to reduce resistance and improve
yield
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTS Targets Cons Control NDR
Put NDR on Pitch for Accurate RC Estimation
Metal traces are always routed “on pitch”
With clock NDR rules, pre-routing RC estimates of
clock nets use NDR width and spacing numbers
If NDR [spacing + width] numbers are not integer
multiples of pitch (i.e. off-pitch), timing estimates
pre-route may not correlate well with post-route timing
Make sure your NDR numbers are on pitch!
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTO Results
Table of Contents
1 Introduction
2 Clock Tree Synthesis
3 Clock Tree Optimization
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTO Results
Clock Tree Optimization
Perform additional Clock Tree Optimization as necessary to
further improve clock skew.
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTO Results
Clock Tree Optimization Options
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTO Results
Analyzing CTS Results
Report clock tree
Summary
Settings
. . .
Reports max global skew, late/early insertion delay, number of
levels in clock tree, number of clock tree references (buffers),
clock DRC violations
Report clock timing
Reports actual, relevant skew, latency, interclock latency etc.
for paths that are related
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTO Results
Effects of Clock Tree Synthesis
Clock buffers added
Congestion may increase
Non clock cells may have been
moved to less ideal locations
Inserting clock tress can introduce
new timing and max tran/cap
violations, which will be checked in
the next stages
Ahmed Abdelazeem ASIC Physical Design
Intro CTS CTO CTO Results
....
ÕækQË@ áÔgQË@ éÊË@ Õæ„.
C

JÊ
¯ B

@ Õ

Ϊ

Ë@ áÓ Õ
æJKð@ AÓð
Ahmed Abdelazeem ASIC Physical Design

More Related Content

PDF
Electromigration and IR Voltage Drop- EMIR.pdf
PDF
Physical Verification.pdf
PDF
1. Introduction to PnR.pdf
PDF
Floorplanning
PDF
Static Time Analysis
PDF
Digital Design Flow.pdf
PDF
Placement
PDF
ASIC Design Flow
Electromigration and IR Voltage Drop- EMIR.pdf
Physical Verification.pdf
1. Introduction to PnR.pdf
Floorplanning
Static Time Analysis
Digital Design Flow.pdf
Placement
ASIC Design Flow

What's hot (20)

PDF
Physical design
PPT
Timing and Design Closure in Physical Design Flows
PPTX
2Overview of Primetime.pptx
PDF
Physical design-complete
PPTX
Physical Design Flow Challenges at 28nm on Multi-million Gate Blocks
PDF
Understanding cts log_messages
PPTX
VLSI Physical Design Flow(http://www.vlsisystemdesign.com)
PPT
Placement and routing in full custom physical design
PDF
Implementing Useful Clock Skew Using Skew Groups
PPT
Back end[1] debdeep
PDF
Clock Tree Timing 101
PPTX
Define Width and Height of Core and Die (http://www.vlsisystemdesign.com/PD-F...
PPTX
Multi mode multi corner (mmmc)
PPTX
Low power in vlsi with upf basics part 1
PPTX
Library Characterization Flow
PPTX
GUI for DRV fix in ICC2
PPTX
Flip Chip technology
PPTX
Placement
PPTX
Placement in VLSI Design
PPTX
Vlsi physical design (Back End Process)
Physical design
Timing and Design Closure in Physical Design Flows
2Overview of Primetime.pptx
Physical design-complete
Physical Design Flow Challenges at 28nm on Multi-million Gate Blocks
Understanding cts log_messages
VLSI Physical Design Flow(http://www.vlsisystemdesign.com)
Placement and routing in full custom physical design
Implementing Useful Clock Skew Using Skew Groups
Back end[1] debdeep
Clock Tree Timing 101
Define Width and Height of Core and Die (http://www.vlsisystemdesign.com/PD-F...
Multi mode multi corner (mmmc)
Low power in vlsi with upf basics part 1
Library Characterization Flow
GUI for DRV fix in ICC2
Flip Chip technology
Placement
Placement in VLSI Design
Vlsi physical design (Back End Process)
Ad

Similar to Clock Tree Synthesis.pdf (18)

PDF
CTS EXCEPTIONSPrediction of Aluminium wire rod physical properties through AI...
PDF
Clock tree synthesis in Physical Design flow
PPT
SOC Interconnect notes as per SPPU Unviverxity ppt
PDF
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
PPTX
router 1 x 3 project for physical design engineer
PDF
VLSI Physical Design Physical Design Concepts
PPT
Lecture24 clockpower routing
PDF
**Understanding_CTS_Log_Messages.pdf
PPTX
Timing issues in digital circuits
PPTX
Clock distribution
PPT
E silicon track b
PPTX
TIMING ISSUES IN DIGITAL CIRCUITS: SYNCHRONOUS DESIGN
PPT
vlsi digital circuits full power point presentation
PPSX
Clock Distribution
PPTX
PPT for manoj on VLSI TOOLS AND PHYSICAL DESIGN.pptx
PDF
VLSI Static Timing Analysis Timing Checks Part 4 - Timing Constraints
PPT
Time-Synchronization-ds14.pptmmmmmmmmmmmmmmmmmmmmmmmmmmm
PPTX
Lesson 05 - Time in Distrributed System.pptx
CTS EXCEPTIONSPrediction of Aluminium wire rod physical properties through AI...
Clock tree synthesis in Physical Design flow
SOC Interconnect notes as per SPPU Unviverxity ppt
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
router 1 x 3 project for physical design engineer
VLSI Physical Design Physical Design Concepts
Lecture24 clockpower routing
**Understanding_CTS_Log_Messages.pdf
Timing issues in digital circuits
Clock distribution
E silicon track b
TIMING ISSUES IN DIGITAL CIRCUITS: SYNCHRONOUS DESIGN
vlsi digital circuits full power point presentation
Clock Distribution
PPT for manoj on VLSI TOOLS AND PHYSICAL DESIGN.pptx
VLSI Static Timing Analysis Timing Checks Part 4 - Timing Constraints
Time-Synchronization-ds14.pptmmmmmmmmmmmmmmmmmmmmmmmmmmm
Lesson 05 - Time in Distrributed System.pptx
Ad

More from Ahmed Abdelazeem (11)

PDF
[Back2School] STA Methodology- Chapter 7pdf
PDF
[Back2School] Crosstalk and Noise- Chapter 6.pdf
PDF
[Back2School] Timing Checks- Chapter 5.pdf
PDF
[Back2School] Timing Verification- Chapter 4
PDF
[Back2School] Constraint Develop.pdf- Chapter 3
PDF
[Back2School] Delay Calculation- Chapter 2
PDF
[Back2School] STA Basic Concepts- Chapter 1.pdf
PDF
IO Pad Insertion.pdf
PDF
EMIR: May Your Chips Live Forever.pdf
PDF
Routing.pdf
PDF
PowerPlanning.pdf
[Back2School] STA Methodology- Chapter 7pdf
[Back2School] Crosstalk and Noise- Chapter 6.pdf
[Back2School] Timing Checks- Chapter 5.pdf
[Back2School] Timing Verification- Chapter 4
[Back2School] Constraint Develop.pdf- Chapter 3
[Back2School] Delay Calculation- Chapter 2
[Back2School] STA Basic Concepts- Chapter 1.pdf
IO Pad Insertion.pdf
EMIR: May Your Chips Live Forever.pdf
Routing.pdf
PowerPlanning.pdf

Recently uploaded (20)

PPTX
quadraticequations-111211090004-phpapp02.pptx
PPTX
Lecture-3-Computer-programming for BS InfoTech
PPTX
Lecture 3b C Library _ ESP32.pptxjfjfjffkkfkfk
PPTX
了解新西兰毕业证(Wintec毕业证书)怀卡托理工学院毕业证存档可查的
PPT
FABRICATION OF MOS FET BJT DEVICES IN NANOMETER
DOCX
fsdffdghjjgfxfdghjvhjvgfdfcbchghgghgcbjghf
PPTX
Syllabus Computer Six class curriculum s
PPTX
Wireless and Mobile Backhaul Market.pptx
PPTX
Prograce_Present.....ggation_Simple.pptx
PPTX
Nanokeyer nano keyekr kano ketkker nano keyer
PPTX
5. MEASURE OF INTERIOR AND EXTERIOR- MATATAG CURRICULUM.pptx
PPTX
1.pptxsadafqefeqfeqfeffeqfqeqfeqefqfeqfqeffqe
PPTX
Embeded System for Artificial intelligence 2.pptx
PPTX
Computers and mobile device: Evaluating options for home and work
PPTX
Entre CHtzyshshshshshshshzhhzzhhz 4MSt.pptx
PPTX
material for studying about lift elevators escalation
PPTX
ERP good ERP good ERP good ERP good good ERP good ERP good
PDF
Layer23-Switch.com The Cisco Catalyst 9300 Series is Cisco’s flagship stackab...
PPTX
Presentacion compuuuuuuuuuuuuuuuuuuuuuuu
PDF
Dynamic Checkweighers and Automatic Weighing Machine Solutions
quadraticequations-111211090004-phpapp02.pptx
Lecture-3-Computer-programming for BS InfoTech
Lecture 3b C Library _ ESP32.pptxjfjfjffkkfkfk
了解新西兰毕业证(Wintec毕业证书)怀卡托理工学院毕业证存档可查的
FABRICATION OF MOS FET BJT DEVICES IN NANOMETER
fsdffdghjjgfxfdghjvhjvgfdfcbchghgghgcbjghf
Syllabus Computer Six class curriculum s
Wireless and Mobile Backhaul Market.pptx
Prograce_Present.....ggation_Simple.pptx
Nanokeyer nano keyekr kano ketkker nano keyer
5. MEASURE OF INTERIOR AND EXTERIOR- MATATAG CURRICULUM.pptx
1.pptxsadafqefeqfeqfeffeqfqeqfeqefqfeqfqeffqe
Embeded System for Artificial intelligence 2.pptx
Computers and mobile device: Evaluating options for home and work
Entre CHtzyshshshshshshshzhhzzhhz 4MSt.pptx
material for studying about lift elevators escalation
ERP good ERP good ERP good ERP good good ERP good ERP good
Layer23-Switch.com The Cisco Catalyst 9300 Series is Cisco’s flagship stackab...
Presentacion compuuuuuuuuuuuuuuuuuuuuuuu
Dynamic Checkweighers and Automatic Weighing Machine Solutions

Clock Tree Synthesis.pdf

  • 1. Intro CTS CTO Clock Tree Synthesis How to Synchronize your own chip Ahmed Abdelazeem Faculty of Engineering Zagazig University RTL2GDSII Flow, March 2022 Ahmed Abdelazeem ASIC Physical Design
  • 2. Intro CTS CTO Table of Contents 1 Introduction 2 Clock Tree Synthesis 3 Clock Tree Optimization Ahmed Abdelazeem ASIC Physical Design
  • 3. Intro CTS CTO CTS CTS Balance Skew Table of Contents 1 Introduction 2 Clock Tree Synthesis 3 Clock Tree Optimization Ahmed Abdelazeem ASIC Physical Design
  • 4. Intro CTS CTO CTS CTS Balance Skew Design Status, Start of CTS Phase Placement - completed Power and ground nets – prerouted Estimated congestion - acceptable Estimated timing - acceptable ( 0ns slack) Estimated max cap/transition – no violations High fanout nets: 1 Reset, Scan Enable synthesized with buffers 2 Clocks are still not buffered Ahmed Abdelazeem ASIC Physical Design
  • 5. Intro CTS CTO CTS CTS Balance Skew Design Status, Start of CTS Phase Placement - completed Power and ground nets – prerouted Estimated congestion - acceptable Estimated timing - acceptable ( 0ns slack) Estimated max cap/transition – no violations High fanout nets: 1 Reset, Scan Enable synthesized with buffers 2 Clocks are still not buffered Question Why are there no buffers on clock nets? Ahmed Abdelazeem ASIC Physical Design
  • 6. Intro CTS CTO CTS CTS Balance Skew CTS Problem CTS is the process of distributing clock signals to clock pins based on physical/layout information After placement of cells the tree of synchronization is synthesized Balanced clock tree is synchronized with the addition of buffers After routing CT optimization is made Ahmed Abdelazeem ASIC Physical Design
  • 7. Intro CTS CTO CTS CTS Balance Skew Starting Point before CTS All clock pins are driven by a single clock source All clock pins are from a source of clock pulses in various geometrical distances Ahmed Abdelazeem ASIC Physical Design
  • 8. Intro CTS CTO CTS CTS Balance Skew CTS Goals Ahmed Abdelazeem ASIC Physical Design
  • 9. Intro CTS CTO CTS CTS Balance Skew Clock Tree Synthesis (CTS) (1/2) Ahmed Abdelazeem ASIC Physical Design
  • 10. Intro CTS CTO CTS CTS Balance Skew Clock Tree Synthesis (CTS) (2/2) Ahmed Abdelazeem ASIC Physical Design
  • 11. Intro CTS CTO CTS CTS Balance Skew Clock Tree: General Concepts: Clock Distribution Network Ahmed Abdelazeem ASIC Physical Design
  • 12. Intro CTS CTO CTS CTS Balance Skew Clock Tree: General Concepts: Clock Tree Goal and Metrics Goal Basic connectivity Metrics Skew Power Area Slew rates Ahmed Abdelazeem ASIC Physical Design
  • 13. Intro CTS CTO CTS CTS Balance Skew Clock Tree: General Concepts: Clock Skew: Definition, Causes and Effects Ahmed Abdelazeem ASIC Physical Design
  • 14. Intro CTS CTO CTS CTS Balance Skew Clock Skew Types Global Global skew is recommended - fastest may add unnecessary buffers Local Longer runtime Possibly fewer buffers ” Only related FFs are balanced for skew ” Useful Used to fix small violations where local or global failed Ahmed Abdelazeem ASIC Physical Design
  • 15. Intro CTS CTO CTS CTS Balance Skew Global Skew: Fastest Runtime Ahmed Abdelazeem ASIC Physical Design
  • 16. Intro CTS CTO CTS CTS Balance Skew Local Skew: Targeted Synthesis, But Slower Ahmed Abdelazeem ASIC Physical Design
  • 17. Intro CTS CTO CTS CTS Balance Skew Useful Skew Ahmed Abdelazeem ASIC Physical Design
  • 18. Intro CTS CTO CTS Targets Cons Control NDR Table of Contents 1 Introduction 2 Clock Tree Synthesis 3 Clock Tree Optimization Ahmed Abdelazeem ASIC Physical Design
  • 19. Intro CTS CTO CTS Targets Cons Control NDR Clock Tree Synthesis Ahmed Abdelazeem ASIC Physical Design
  • 20. Intro CTS CTO CTS Targets Cons Control NDR Clock Tree Synthesis Ahmed Abdelazeem ASIC Physical Design
  • 21. Intro CTS CTO CTS Targets Cons Control NDR Understand Your Clock Tree Goals Skew Goal What are the skew requirements for your design? Are there different skew targets for small and large clocks? Insertion Delay Goal What are the insertion delay specs for your block? What is a reasonable target based on the size and floorplan of your block/chip? Nondefault rules to prevent SI problems DRC Requirements Are signal net DRCs different from clock net DRCs? Find out the order of significance or importance of all the clocks in the design Ahmed Abdelazeem ASIC Physical Design
  • 22. Intro CTS CTO CTS Targets Cons Control NDR Default Clock Tree Targets The default CTS target for skew and insertion delay is Ons Uncertainty and insertion delay SDC constraints are ignored It is recommended to relax the clock skew target as much as possible Reduces overall buffer count, Power, and run time Specify minimum clock latencies as needed Ahmed Abdelazeem ASIC Physical Design
  • 23. Intro CTS CTO CTS Targets Cons Control NDR Constraints: Are all Clock Drivers and Loads Specified? Ahmed Abdelazeem ASIC Physical Design
  • 24. Intro CTS CTO CTS Targets Cons Control NDR Where Does the Clock Tree Begin and End? Ahmed Abdelazeem ASIC Physical Design
  • 25. Intro CTS CTO CTS Targets Cons Control NDR Define Clock Root Attributes (1/2) When the clock root is a primary port of a block Ensure that an appropriate driving cell is defined set driving cell The synthesis constraints may include a weak driving cell for all inputs, including the clock port Because the clock is ideal during synthesis it has no effect on design QoR But a weak driver on the clock port affects clock tree QoR during CTS Ahmed Abdelazeem ASIC Physical Design
  • 26. Intro CTS CTO CTS Targets Cons Control NDR Define Clock Root Attributes (2/2) When the clock root is a primary port, but at the CHIP-level through an IO-PAD Ensure that an appropriate input transition is defined set input transition Ahmed Abdelazeem ASIC Physical Design
  • 27. Intro CTS CTO CTS Targets Cons Control NDR Stop, Float and Exclude Pins Stop Pins: CTS optimizes for DRC and clock tree targets (skew, insertion delay) Float Pins: Like Stop pins, but with delays on clock pin Exclude (Ignore) Pins: CTS ignores skew and insertion delay targets CTS will fix DRCs to meet library or SDC constraints Ahmed Abdelazeem ASIC Physical Design
  • 28. Intro CTS CTO CTS Targets Cons Control NDR Generated and Gated Clocks Ahmed Abdelazeem ASIC Physical Design
  • 29. Intro CTS CTO CTS Targets Cons Control NDR Skew Balancing not Required Ahmed Abdelazeem ASIC Physical Design
  • 30. Intro CTS CTO CTS Targets Cons Control NDR No Inter-Clock Skew Balancing by Default Ahmed Abdelazeem ASIC Physical Design
  • 31. Intro CTS CTO CTS Targets Cons Control NDR Inter-Clock Delay Balancing Ahmed Abdelazeem ASIC Physical Design
  • 32. Intro CTS CTO CTS Targets Cons Control NDR Inter-Clock Delay Balancing: With Offset Ahmed Abdelazeem ASIC Physical Design
  • 33. Intro CTS CTO CTS Targets Cons Control NDR User-defined or Explicit Stop Pins Ahmed Abdelazeem ASIC Physical Design
  • 34. Intro CTS CTO CTS Targets Cons Control NDR Defining an Explicit Stop Pin Ahmed Abdelazeem ASIC Physical Design
  • 35. Intro CTS CTO CTS Targets Cons Control NDR Defining an Explicit Float Pin Ahmed Abdelazeem ASIC Physical Design
  • 36. Intro CTS CTO CTS Targets Cons Control NDR Non-Default Clock Routing PnR Tool can route the clocks using non-default routing rules, e.g. double-spacing, double-width, shielding, and double via Non-default rules are often used to “harden” the clock, e.g. to make the clock routes less sensitive to Cross Talk or EM effects, which improve yield Ahmed Abdelazeem ASIC Physical Design
  • 37. Intro CTS CTO CTS Targets Cons Control NDR NDR Recommendations Always route clock on metal 3 and above Avoid NDR on Metal 1 may have trouble accessing metal 1 pins on buffers and gates Consider using double spacing to reduce crosstalk Consider double width to reduce resistance Consider double via to reduce resistance and improve yield Ahmed Abdelazeem ASIC Physical Design
  • 38. Intro CTS CTO CTS Targets Cons Control NDR Put NDR on Pitch for Accurate RC Estimation Metal traces are always routed “on pitch” With clock NDR rules, pre-routing RC estimates of clock nets use NDR width and spacing numbers If NDR [spacing + width] numbers are not integer multiples of pitch (i.e. off-pitch), timing estimates pre-route may not correlate well with post-route timing Make sure your NDR numbers are on pitch! Ahmed Abdelazeem ASIC Physical Design
  • 39. Intro CTS CTO CTO Results Table of Contents 1 Introduction 2 Clock Tree Synthesis 3 Clock Tree Optimization Ahmed Abdelazeem ASIC Physical Design
  • 40. Intro CTS CTO CTO Results Clock Tree Optimization Perform additional Clock Tree Optimization as necessary to further improve clock skew. Ahmed Abdelazeem ASIC Physical Design
  • 41. Intro CTS CTO CTO Results Clock Tree Optimization Options Ahmed Abdelazeem ASIC Physical Design
  • 42. Intro CTS CTO CTO Results Analyzing CTS Results Report clock tree Summary Settings . . . Reports max global skew, late/early insertion delay, number of levels in clock tree, number of clock tree references (buffers), clock DRC violations Report clock timing Reports actual, relevant skew, latency, interclock latency etc. for paths that are related Ahmed Abdelazeem ASIC Physical Design
  • 43. Intro CTS CTO CTO Results Effects of Clock Tree Synthesis Clock buffers added Congestion may increase Non clock cells may have been moved to less ideal locations Inserting clock tress can introduce new timing and max tran/cap violations, which will be checked in the next stages Ahmed Abdelazeem ASIC Physical Design
  • 44. Intro CTS CTO CTO Results .... ÕækQË@ áÔgQË@ éÊË@ Õæ„. C JÊ ¯ B @ Õ Îª Ë@ áÓ Õ æJKð@ AÓð Ahmed Abdelazeem ASIC Physical Design