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.

who can tell me? ! thanks! urgent!!!!

Status
Not open for further replies.

stocking

Member level 5
Joined
Nov 5, 2004
Messages
91
Helped
5
Reputation
10
Reaction score
1
Trophy points
1,288
Activity points
704
who can tell me how I set the environment variables of $ynopsys DC on the worksti0n with $olaris system!? thanks! I know there is the soft of $ynopsys DC on worksti0n, but I cant invoke it. pls expert teach me , thanks !!!!
 

you can see the sold document. you need set home directoy and library directoy, bin path .license file etc.
 

for csh try this (just like)
setenv SNPSLMD_LICENSE_FILE 26585@licsvr
setenv SYNOPSYS /eda/synopsys/solaris/syn200x.xx
set path = ($path $SYNOPSYS/sparcOS5/syn/bin)
 

You may also try this

setenv LD_LICENSE_FILE $license_file (for license setup)
 

you need set the environment variable as follow:
LD_LICENSE_FILE or SNPSLMD_LICENSE_FILE for the valid license
path for the searth the executable file.
LD_LIBRARY for the library patch on the tool
 

in csh
set LM_LICENSE_FILE 5280(tcp_ip port )@lic_server
set SYNOPSYS_HOME ( or SYNOPSYS ) your_install_dir
 

you can try with the setenv DISPLAY ..................(the host number of the machine)
 

Hi ,

You must start up a license server before you begin to use the tools. Have you correctly setup the license server?

Thanks.

Lsong
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top