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.

need the command line to start up calibre in cadence

Status
Not open for further replies.

Cye

Newbie level 5
Joined
Sep 17, 2006
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,328
calibre from command line

Does anyone know the command line to start up calibre in cadence?
 

Re: Calibre start-up

Can you elaborate your qstn?.

I think you want to load the calibre in virtuoso.. is that correct?.
 

Re: Calibre start-up

calibre -gui

hock
 

Re: Calibre start-up

you can use "calibredrv" command to launch the calibre GUI.
 

Re: Calibre start-up

1) Write the following in your .cdsinit .

;Calibre setup
load(strcat(getShellEnvVar("MGC_HOME") "/pkgs/icv.ss5/lib/calibre.skl"))
;Start RVE server
mgc_rve_init_socket

2) and setenv in your .cshrc :
echo Setting up Calibre
setenv MGLS_LICENSE_FILE 1717@...
setenv MGC_HOME ...
set path=($path .../bin)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top