lcg22
Member level 5
I have installed IC5.0, however, the option 4) Configure Installed Products is unselectable after installation, option 2) List Installed Products is OK. I wonder that must I set environment variable first and how to set? I found two solutions:
the second question: where shall I put lisence file?
Thank you very much in advance.
1.
setenv CDS_LIC_FILE <your license file or port@host> ---------------what does this mean? just put the lisence file name?
setenv CDS_INST_DIR <your installation directory>
setenv CDS_Netlisting_Mode Analog
setenv CDSDIR $CDS_INST_DIR/tools --------------there is no tools directory under installed directory, only tools.lnx86
setenv XKEYSYMDB $CDS_INST_DIR/share/cdssetup/tdmX11/XKeysymDB
setenv XNLSPATH $CDS_INST_DIR/share/cdssetup/tdmX11/nls
set path = ($CDSDIR/bin \
$CDSDIR/dfII/bin \
$CDSDIR/SKILL06.00/context \
$CDSDIR/SKILL06.10/context \
$CDSDIR/dracula/bin \
$path \
)
above is under csh
under bash should be changed accordingly then how to set by using bash, I'm newbie in linux
2. in cr@ck folder
Setup the Environment Variables.
"tools" is you install directory. should "install directory be /tools/cds5? caz I didn't find any directory named cds5 under my install directory.
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/bin
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/dfII/bin
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/plot/bin
setenv CDSDIR /tools/cds5
setenv CDS_ROOT /tools/cds5
setenv CDS_INST_DIR /tools/cds5
setenv CDS_INSTALL_DIR /tools/cds5/tools.lnx86/dfII
setenv CDS_LIC_FILE port@ip_address_of_you_computer
"You can use any port you want almost"
setenv CDS_Netlisting_Mode Analog
the second question: where shall I put lisence file?
Thank you very much in advance.