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.

Problem with launching IC50 on Linux

Status
Not open for further replies.

markli

Junior Member level 1
Joined
Mar 26, 2002
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Taiwan
Activity points
39
how to ic50

after I installation Candence IC50 on linux
I use icfb command to launch IC50 ,I always get message "NO such file or directory"
and I set ENV as below:

####ENV for IC50 #####
CDS_LIC_FILE=/EDA/license/IC50.dat
CDS_INST_DIR=/EDA/cadence/IC50
CDS_Netlisting_Mode=Analog
CDSDIR=$CDS_INST_DIR/tools.lnx86 <--------I use this instead "tools"
XKEYSYMDB=$CDS_INST_DIR/share/cdssetup/tdmX11/XKeysymDB
XNLSPATH=$CDS_INST_DIR/share/cdssetup/tdmX11/nls

PATH=$PATH:$CDSDIR/bin:$CDSDIR/dfII/bin:$CDSDIR/SKILL05.00/context
PATH=$PATH:$CDSDIR/SKILL04.60/context:$CDSDIR/infotools/bin
PATH=$PATH:$CDSDIR/dracula/bin

who can help me ?

Thanks in advance!!
 

cdsdir unix

you need to `export` all the variables , and `source` the file

and do echo $PATH to see that the variables are set

also soft link tools to tools.lnx86
 

license_ic50.dat

i had had "source" this file already

i use "setenv" command to check environment

it's OK

but it still doesn't work

if i use "tools" instead "tools.lnx86"(both env file and tools.lnx86 directory)

it can launch

but in CIW window also have the same message

it can open composer

but it always get this kind of message
 

"also soft link tools to tools.lnx86"
do this?
 

Your license

Hi,

You can check ypur license file's property whether the user has the read right, and the license file has the unix format.

Good luck!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top