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 to decide the skew value in a given design?

Status
Not open for further replies.

designer_ec

Member level 4
Joined
Mar 31, 2007
Messages
68
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
1,752
skew value

Hi
How to deside the skew value for perticuler design in perticuler technology.I mean on what basis skew value deside. And there is any relation for skew value to clock frequency.and there is any relation skew,setup and hold times.

Thanks
 

Re: skew value

Hi
If there is +ve skew then
For Clock Period Tw >=Tp + Tcomb + Tsu - Tskew
But you can increase skew for incresing clock frequency only upto when this condition is satisfied
Tp + Tcomb >= Thold + Tskew ( if u r trying to increase skew beyond this limit then there is hold time violation problem will occur )
If there is -ve skew then
For Clock Period Tw >=Tp + Tcomb + Tsu + Tskew
you can increase skew for decreasing clock frequency , there is no limitation because this condition will always satisfied
Tp + Tcomb >= Thold - Tskew .
But this condition must be satisfied else there is setup time violation will occur.
 
Re: skew value

hi ,
Let us first Understand what positive skew and negative skew mean.

Suppose we have a register to register path with a combi logic (combi cloud ) between them.
Irrespective of setup or hold analysis , if the 2nd register receives clock after 1st register ,then it is case of positve skew .

If the 2nd register receives clock before the 1st register ,then it is the case of negative skew.

Based on this concept let us modify the basic for setup and hold equations so that there are no violations:

setup analysis:(ignoring launch clock path and capture clock path)
+skew:

T(clk_q )+T(combi)+Tsetup<=Time period+Tskew.

-skew:
T(clk_q )+T(combi)+Tsetup<=Time period -Tskew.

Hold analysis:(ignoring launch clock path and capture clock path).

+skew:
T(clk_q )+T(combi)>=T hold+Tskew.

-skew:
T(clk_q )+T(combi)>=T hold-Tskew
 
Re: skew value

Thanks friends, I able to clarify my basic doubt from your response.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top