Derate factors definition

Status
Not open for further replies.

eeStud

Member level 1
Joined
Feb 17, 2011
Messages
37
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Visit site
Activity points
1,527
I am running STA with 2 corners (fast & slow).
How should i define my derate factors to check setup and hold?

Thanks!
 

First, why not to run 2 times STA for each corners?

here what we usually use:
set_timing_derate -late 1.08 -clock; # 8% margin on clock
set_clock_uncertainty -setup <value> [get_clocks *]; # custom margin for setup
set_clock_uncertainty -hold <value> [get_clocks *]; # custom margin for hold
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…