What's the difference of three .synopsys_dc.setup?

Status
Not open for further replies.

5life

Junior Member level 1
Joined
Mar 5, 2004
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
158
synopsys_dc.setup

Error : Can't read Tcl File /multiplex/.synopsys_dc.setup in your working directory because you read the defaut format in home init.

What's the matter ? And what's the diffrence among the 3 .synopsys_dc.setup?

Another Error: Undefined operator on or near line at or near "set '

My .synopsys_dc.setup : set link_library class.db
.....

What's wrong with my DC ?
 

read synopsys_dc.setup

Please set serach path apropriately , else mail me your .setup file i will help you
 

    5life

    Points: 2
    Helpful Answer Positive Rating
.synopsys_dc.setup

you are using tcl mode or the dsh mode ???
 

synopsys_dc.setup tcl

dc_shell used.

I copy the $SYNOPSYS/admin/setup/.synopsys_dc.setup to my working directory , And I modified the search_path ,target_library,link_library,symbol.library.

And the above appears.

And I create a new .synopsys_dc.setup in my home directory, as below:

search_path = {} + search_path
link_library = {"*" class.db};
target_library = {class.db};
symbol_library = {class.sdb};
define_design_lib work -path work;

create a new file in my working directory as below

search_path = {.,~/multiplex} + search_path
link_library = {"*" class.db};
target_library = {class.db};
symbol_library = {class.sdb};
define_design_lib work -path work;


It works, No any waring!
 

there are two kinds of type : dcsh and tcl_mode:
 

NO set in set target .....
pls check if your .setup file can be 777 mode
 

My last .synopsys_dc.setup file is coded by dc_shell
 

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