Page 1 of 1

Differnce clock skew and clock insertion delay?

Posted: Wed Apr 09, 2014 3:53 pm
by Arvind
What is the difference between clock skew and clock insertion delay?

Re: Differnce clock skew and clock insertion delay?

Posted: Thu Apr 10, 2014 9:07 am
by vimalraj
Hai

Clock Insertion Delay : this is the time taken by the clock signal to reach the register from its source point.

Clock Skew : this is the difference between the insertion delay of two registers.


correct me if i am wrong.

thank you

Re: Differnce clock skew and clock insertion delay?

Posted: Thu Aug 07, 2014 5:35 pm
by karthik.venkata2020
hi all,
i am venkata karthik,

i want to add some more information to above discussion

clock insertion dealy::

The time taken by the clock signal to reach the sink flops from clock source is termed as the clock insertion delay, and the clock insertion delay is depending on two factors they are "Source latency delay" and "Network Latency delay". The relation goes this way:

clock insertion delay = Source latency delay + Network latency delay.

Source latency delay is the delay time of clock signal to reach from the clock generator source like (PLL) to Root pins (or) clock pins of the design.

Network latency delay is the delay time of clock signal to reach from the Root pins (or) clock pins of the design to the sink pins of flops in the design.

Clock Skew:

clock skew is defined as the difference of the insertion delays of two flops belonging to the same clock domain.
Skew is of two types 1) Local Skew
2) Global Skew

Local skew:
It is defined as the difference of insertion delays of two communicating flops of same clock domain.
Global skew:
It is defined as the difference between the delay times for earliest clock reaching flip-flop and latest clock reaching flip-flop for a same clock-domain.


Skew value can be +ve or -ve, as explained below.

if the capture flop receives clock signal late than the launch flop than it results in +ve skew.
if the launch flop receives clock signal late than the capture flop than it results in -ve skew.



Regards,
G.VENKATA KARTHIK,M.S.,VLSI
Hyderabad,

Re: Differnce clock skew and clock insertion delay?

Posted: Fri Aug 08, 2014 11:07 am
by Arvind
Thanks Vimal & Karthik :)