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.

[SOLVED] PrimeTime Power-Driven Timing Analysis

Status
Not open for further replies.

gepinita

Junior Member level 1
Joined
Feb 28, 2012
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,375
I am setting the voltage of each cell in the design by using the following command :

set_voltage 0.9884 -cell instancename -pg_pin_name VDD

I am performing timing analysis but i get the same results with the nominal voltage timing analysis.
I want to perform a power driven timing analysis based on the new values that i have set and not on the nominal voltage of the design library i use.
Does anyone know how can i do this?

Thank you in advance.
 

Usually, you should use several libraries, to perform STA with IR-drop data. One library is characterized for nominal voltage, the others (other) for non-nominal voltage.

Code:
set power_enable_analysis true
read_verilog
define_scaling_lib_group {lib1 lib2}
set_rail_voltage ...
report_timing -voltage ...
 

Thanks oratie for your prompt response... I will check this and I will inform you...
 

I am setting the rail voltage in each cell and I am using Nangate Typical, Slow and Fast libraries for interpolation. But the result i get has larger timing delay than the one characterized with the slow library...
That isn't logical... What's going on?

Thank you in advance.
 

You can not use Typ, Slow and Worst libraries together to perform STA with IR-drop info. Because, the difference between these libs are in different transistor model, different temperature and different voltage.

You should have additional libs, that have difference only in voltage.
For example: define_scaling_lib_group { tcbn65lphvt_wc.db tcbn65lphvt_wc07.db }
Where both these libraries used SS model of transistors, 125C as a temp, and the first one was characterized at 0.9V and the second at 0.7V.
 
Oratie you have been very helpful... Thank you very much...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top