Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how does insertion delay affect timing

Status
Not open for further replies.

stanford

Full Member level 2
Joined
Feb 16, 2014
Messages
132
Helped
4
Reputation
8
Reaction score
6
Trophy points
1,298
Activity points
2,223
Lets say the skew is 0. Does the insertion affect the timing at all in this case?

I would assume it would affect the external signals, but what about timing on internal flop to another internal flop?
 

The problem here is that your assertion is impossible. Skew is never zero, long gone are the days of zero skew.

The delay of a path on a clock tree, from root to leaf, is the sum of the delay of all gates on that path. The depth of the network, therefore, determines the insertion delay. These gates suffer from process variation. It is therefore possible that one branch of the tree will be very fast while another branch will be very slow, even if they have the same depth. You have to account for the worst case.

What helps is that two flops that are placed next to each other usually have branches that overlap. Say, 80% of the gates on both branches are the same, the difference being on the clock buffers that are very close to the leaf nodes. Being so, your worst case is now relative to the process variation on those gates that are different. The worst case scenario is now not that scary, but still enough to effectively make it impossible to reach zero skew. If skew is not zero, then the delay of the flop-to-flop paths is affected.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top