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.

After installed Cadence SPB155 and IC5141 I have 2 problems

Status
Not open for further replies.

sakulaqi

Newbie level 6
Joined
Feb 9, 2006
Messages
11
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,357
configuring cadence ic5141 environment

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 .
Allegro_Design_Entry_HDL_Add_Comp_Error-1_X2zLFrS1ZEho.png
 

Re: After installed Cadence SPB155 and IC5141 I have 2 probl

I have the same problem adding cells using SPB 15.2 on Fedora Core 2. I'm not sure how to solve it.
Maybe the problem is because I installed SPB with root permisions then ran it as a user. Or somehow didn't set up the library environment up correctly after install.
Did you run "configure products" in softload? Are you running as a user with regular permissions?
 

    sakulaqi

    Points: 2
    Helpful Answer Positive Rating
1.No . I will try that.
2.Yes. normal user

Added after 2 hours 11 minutes:

That you very much !!!
You are right!
when I install ic5141 I did't do configure products because of " (unavailable option) Configure Installed Products ".
So i did't configure spb155.
Now it can work .
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top