| Author |
Message |
v_kumar
Joined: 02 Jun 2004 Posts: 216 Helped: 11
|
25 Apr 2008 7:47 how to run IC5141 after installation |
|
|
|
HI,
i have installed IC 5141 on SUSE-9 can anyone let me know how to run the tool and also how to configure the licence file.
|
|
| Back to top |
|
 |
911568
Joined: 02 May 2008 Posts: 3
|
03 May 2008 11:01 how to run IC5141 after installation |
|
|
|
I install redhat Enterprise AU 4 , and run IC 5141 .
Maybe there are some different , u can try----enter a command "icfb&' or "icms&" . But I can't tell you how to configure the IC 5141 on SUSE-9, every OS has diferent way to configure . sorry!
|
|
| Back to top |
|
 |
v_kumar
Joined: 02 Jun 2004 Posts: 216 Helped: 11
|
07 May 2008 6:23 how to run IC5141 after installation |
|
|
|
I download the base version and got is installed on my SUSE OS..
everything went fine even i checked by using the installed products option and come to know.
now the problem is that i need to install the licence configuration utility and when i run the setup file it asks for installing the installscape. When i say yes it starts initializing but gives a error later as below
java: xcb_xlib.c:52:xcb_xlib_unlock: Assertion 'c->xlib.lock' failed. Aborted
1) how to install the license utility.
CAN YOU SEND ME THE STEP BY STEP INSTALLATION GUIDE
|
|
| Back to top |
|
 |
bluesea214
Joined: 20 Nov 2007 Posts: 3
|
07 May 2008 10:25 how to run IC5141 after installation |
|
|
|
ic*, dsmse, psd, ams and ldv Packages
setenv CDS instdir
setenv CDS_INSTALL_DIR $CDS/tools/dfII
setenv LD_LIBRARY_PATH "/usr/openwin/lib:/usr/dt/:/usr/dt/lib:$CDS/tools/lib:$CDS/tools/verilog/lib:/usr/X11/lib:/usr/lib:/usr/X11R5/lib:$CDS/tools/leapfrog/lib"
setenv SHLIB_PATH /usr/lib:/lib:/usr/lib/X11:$CDS/tools/lib:$CDS/tools/verilog/lib:$CDS/tools/leapfrog/lib
setenv CDS_LIC_FILE $CDS/share/license/license.dat
setenv CDS_Netlisting_Mode Analog
setenv PATH "$CDS/tools/bin:$CDS/tools/dfII/bin:$CDS/tools/leapfrog/bin:$CDS/tools/dracula/bin:$CDS/tools/dsm/bin:$CDS/tools/specctra/bin:$CDS/tools/pcb/bin:${PATH}"
setenv CLS_CDSD_COMPATIBILITY_LOCKING NO
setenv DD_DONT_DO_OS_LOCKS SET
Note: If there are subpackages under $CDS/tools that you need in addition to dfII, leapfrog, etc., add them to the PATH setting above. Similarly, you can remove packages you don't need (e.g. remove leapfrog, dracula and specctra if just setting up silicon ensemble).
You may have to set NC_INST_DIR to $CDS_INSTALL_DIR for AMS.
Note: If running verilog on Red Hat 9, set LD_ASSUME_KERNEL as follows to get around the GLIBC_2.0 error:.
setenv LD_ASSUME_KERNEL 2.4.1
Cadence Chip-assembly router/Virtuoso Custom Router (aka IC Craftsman) Package
setenv CDS instdir
setenv CDS_LIC_FILE $CDS/share/license/license.dat
setenv PATH "$CDS/tools/bin:$CDS/tools/iccraft/bin:$CDS/tools/iccraft/gds_if/bin:$CDS/tools/iccraft/lefdef_if/bin:${PATH}"
SPR (Ambit) Package
setenv CDS_LIC_FILE instdir/license.dat
setenv PATH "instdir/BuildGates/current/bin:${PATH}"
Assura Package
setenv ASSURAHOME instdir
setenv CDS_LIC_FILE $ASSURAHOME/share/license/license.dat
setenv PATH "$ASSURAHOME/tools/bin:$ASSURAHOME/tools/assura/bin:${PATH}"
SEV Package (VoltageStorm, Fire & Ice)
setenv SIMPLEX_HOME instdir
setenv LM_LICENSE_FILE $SIMPLEX_HOME/share/license/license.dat
setenv PATH "$SIMPLEX_HOME/bin:${PATH}"
TSI (SignalStorm/Celtic/Pacific) Package
setenv TSIHOME instdir
setenv CDS_LIC_FILE $TSIHOME/share/license/license.dat
set path=($TSIHOME/tools/bin $path)
setenv TCL_LIBRARY $TSIHOME/tools/sndc/lib/sndc/tcllib
VSDE Package
Note: setup environment for ic package and add the following:
setenv ACV_ROOT instdir/tools/acv
set path=($ACV_ROOT/bin $path)
setenv LD_ASSUME_KERNEL 2.4.1 (Linux only)
SNA Package
source instdir/tools/seismic/CSHRC50
setenv CDS_LIC_FILE instdir/share/license/license.dat
NeoCell Package
setenv CDS_LIC_FILE instdir/share/license/license.dat
set path=(instdir/tools/NeoCell/bin $path)
Note: you will also have to set up your environment to run the IC package
|
|
| Back to top |
|
 |