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.

Synopsys Set up file.

Status
Not open for further replies.

Mirzaaur

Member level 2
Joined
Aug 5, 2005
Messages
50
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,286
Activity points
1,690
hi all,

I have doubts about ".synopsys_dc.setup" file. hope someone can help...!

1) when search path is given a path fpr example "

search_path = {} + search_path, what the + search_path mean ?
I mean why I need to include search_path = {"original path"} + search_path


2) About technology files :- I have ".db and .lib" but ".sdb" file is not there with me when I synthesizs my design it shows the symblos named as G-tech symbols.
does it mean its taking the symbols form Gtech library?

I hope my doubt is clear to understand :)

thanks in advance,

mirzaaux
 

set target_library "corelib_wc.db corelib_bc.db"
set link_library "* $target_library"

search path is where these files are present
have u used the above mentioned target library that's where ur actual synth takes place

Added after 1 minutes:

set target_library "corelib_wc.db corelib_bc.db"
set link_library "* $target_library"

search path is where these files are present like 2005.09 directory
have u used the above mentioned target library that's where ur actual synth takes place
if u haven't used it doesn't get the technology file and stops at gtech level
and ur .sdb file is not required if ur not willing to look at the symbols graphically.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top