sakulaqi
Newbie level 6

configuring cadence ic5141 environment
Hello everybody,
After installed Cadence SPB155 and IC5141 I have 2 problems
1. I set the environment like this .
I find that icfb and allgro* can work ,but i don't test for all of them.
Is it OK?
When i install two or more cadence products in different dirs how can i config the environment for them ? Because i find some variable looks samely.
2.
I installed Cadence SPB15.5 in my Debian Sid but have a fatal problem when I use Allegro Design Entry HDL.
I cannot add any component cell from what i selected but i can add any component cell from standard lib.Why ?
This is the snapshot of this problem .
Hello everybody,
After installed Cadence SPB155 and IC5141 I have 2 problems
1. I set the environment like this .
Code:
######## Cadence spb155 && IC5141usr1
export CDS_INST_DIR=/opt/spb155
export CDS_ROOT=/opt/ic5141
export CDS_INSTALL_DIR=$CDS_INST_DIR/tools/dfII:$CDS_ROOT/tools/dfII
export CDS_LIC_FILE=$CDS_INST_DIR/share/cadence.license:$CDS_ROOT/share/license/license.dat
export CDS_DIR=$CDS_INST_DIR:$CDS_ROOT
export CONCEPT_INST_DIR=$CDS_INST_DIR
export CDS_SITE=$CDS_INST_DIR/share/local/
export LD_LIBRARY_PATH=$CDS_INST_DIR/tools/lib:$CDS_ROOT/tools/lib
export CDSDOC_PROJECT=$CDS_INST_DIR/doc:$CDS_ROOT/doc
export PATH=$CDS_INST_DIR/tools/bin:$CDS_INST_DIR/tools/pcb/bin:$CDS_INST_DIR/tools/fet/bin:$CDS_INST_DIR/tools/dfII/bin\
:$CDS_ROOT/tools/bin:$CDS_ROOT/tools/dfII/bin:$CDS_ROOT/tools/spectre/bin:$PATH
export CDS_Netlisting_Node Analog
export LD_ASSUME_KERNEL=2.4.1
####### Cadence allegro icfb allegro_design_entry_HDL
I find that icfb and allgro* can work ,but i don't test for all of them.
Is it OK?
When i install two or more cadence products in different dirs how can i config the environment for them ? Because i find some variable looks samely.
2.
I installed Cadence SPB15.5 in my Debian Sid but have a fatal problem when I use Allegro Design Entry HDL.
I cannot add any component cell from what i selected but i can add any component cell from standard lib.Why ?
This is the snapshot of this problem .
