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.

What technology files are needed to run STA using PrimeTime?

Status
Not open for further replies.

giggs11

Member level 3
Joined
Apr 15, 2004
Messages
57
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
661
.synopsys_pt.setup

Hi all,

I'm attempting to perform STA on a synthesized block of logic from DC. Can some one help me out on these queries:

(a) What are the technology files needed to run STA using Prime Time. For example, to run DC for synthesis, we would require a .synopsys_dc.setup, Library.DB, Library.SDB and other link libraries. What are the tech.files needed to run PT...?

(b) Are files with the extension of .TIMING and .DRIVE relevant to PT usage...?

Thanks.
 

synopsys_pt.setup

Only link library needed, I think.
 

using primetime

Most of enviroment variables are like DC's.
search_path, link_path...
 

Re: Using PrimeTime

The same technology library should be used for PT, as those used in the DC synthesis.
The .synopsys_pt.setup should created, it can be made from transcript.
 

Using PrimeTime

Hi

The syntax of .synopsys_pt.setup is different from DC's,and please check it in SOLD.

Godd Luck

flyankh
 

Using PrimeTime

target library and link library is ok,
don't need synthetic library.
 

Re: Using PrimeTime

the blow is pt setup file sample
PT .synopsys_pt.setup file
set search_path [list. /usr/golden/library/std_cells \
/usr/golden/library/pads]
set link_path [list {*} std_cells_lib.db pad_lib.db]
 

Using PrimeTime

Only need the same .db files for DC
 

Re: Using PrimeTime

Yes , but you should remember to highlight max *.db and min *.db to tell primetime for maxmin analysis.

You can read it from primetime tutorial pdf .
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top