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.

RE: Installation of mentor calibre in linux

Status
Not open for further replies.

lctlcm

Junior Member level 3
Joined
Aug 28, 2001
Messages
28
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
188
calibre linux mentor

Hi all,

1) I had a copy of ixl_cal_2003.exe. Can someone advise me on the installation procedure?

2) Also, how can I integrate the Calibre with the IC5.0?

Thanks.

Cheers,
lctlcm
 

mentor calibre installation

1. make a target directory
2. run the file 'i/x/l/_cal_2003.exe' and follow the infomation
3. read the doc files in the target dir. and integrate it to /I/C/5/0/ step by step
 

mentor calibre 2004

but what's the means of i/x/l/?
 

installation mentor calibre

1. run ixl_cal_2003.exe after prompt..

example:
> ix_cal_2003.exe

2. add a line in your .cdsinit file. (If you don't have one, make a new under your home directory.)
load( strcat( getShellEnvVar("MGC_HOME") "/shared/pkgs/icv/tools/queryskl/calibre.skl" ))

Remember to setenv MGC_HOME also.

Regards,
 

    V

    Points: 2
    Helpful Answer Positive Rating
linux shell for mentor

how can i set the envn in linux
binu g
 

install calibre + linux

Binu George said:
how can i set the envn in linux
binu g

If you are asking about how to setup ment0r's env, check the below state....
Also, The environment setting is used to be placed in .cshrc.

setenv MGC_HOME <The_path_you_install_c@libre>

Or see more in the manual of c@libre...

Regards,
 

need .tcshrc command not found cadence

is that setenv is a command.
i tried in the terminal
but i got an error.

binu@PCB binu]$ setenv
bash: setenv: command not found
[binu@PCB binu]$

actually iam new in linux.

binu g
 

install mentor tools in linux

You don't use "setenv" in bash shell (o;

instead of "setenv BLAH something"

you just do "export BLAH=something"

So would be then like:

Code:
export MGC_HOME=/home/some/path
 

calibre virtuoso window not open

the code

export MGC_HOME=/home/some/path
worked

but where this is set.
how can i verify it.

binu g
 

mentor calibre.skl下载

You really need some Linux/UNIX training (o;


Either use directly:

Code:
echo $MGC_HOME

Or to display all variables do a:

Code:
printenv

Or do look for a specific set:

Code:
printenv | grep -i cds

Which prints all variables containing CDS (case insensitive)

Code:
me@pc:~> printenv | grep -i cds
CDSDOC_PROJECT=/CDS_INST_DIR/doc
CDS_SITE=/home/me/psd/share/local/
CDS_LIC_FILE=/home/me/psd/share/cadence.license
CDS_INST_DIR=/home/me/psd

(I don't have an MGC installation handy ;o)
 

mentor calibre menu

In Mandrake, you just need to double-click the icon of the .exe file.
The file will self-extract and install.

Can RH8.0 cannot do that ....??

:)
 

calibre mentor cadence cshrc

i have tried with redhat 9.
but it failed to launch the application.

binu g
 

mentor calibre +suse

Did you check the permissions of the file?

to set the file executable, you should run:

>chmod u+x filename

Rgds
 

calibre on linux or windows

yes , it work ....
i find the file have header "ELF"
so the way i lose is change the file executive
 

install mentor calibre mgc_home

chmod +x
then install
it's easy
 

calibre install cshrc

I have tried to install calibre within RH9 working with IC_5141. The calibre DRC/LVS windows can not be launched directly in Virtuoso windows thoug h the calibre.skl had been loaded in .cdsinit, but it can be launched by type calibre -gui in ternminal mode. It is more strange that the windows can be launched successfully when i login linux with x-win32. Within FC2 or FC3, that windows do not appear whatever I login at local or with x-win32.
 

ixl_cal_2003

Calibre can't run with IC5143.
 

mentor calibre license 2004

Calibre is a mentor's tool, Ic5143 is a cadence's tool.
 

installation steps of mentor on linux

binu just go the directory which refers to your login name:lets say root.so under root directory you will find all files like .bashrc ,.tcshrc.in order to open them just go to shell and say emacs .bashrc
then you bash file will be opened and you can set variables as you do in windows.except that you have to say export lm_license_file=/home/username/x.dat.for example.if you wish to go to c shell then from your terminal just type csh.then from here use emacs .tcshrc to open this file which contains all variables which are set in the c shell.just sit with your linux system for one day it will be enough to learn good things fast and easy.

regards
amarnath
 

cds_site home

did anybody try calibre2004 with ic5141 ?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top