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.

Derate factors definition

Status
Not open for further replies.

eeStud

Member level 1
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top