Integration virtuoso with calibre

Status
Not open for further replies.

siva_7517

Full Member level 2
Joined
Jan 16, 2006
Messages
138
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,401
calibre virtuoso

Hi,

I have a create a pull-down menu option to call calibre in virtuoso environment. But, when I click the calibre menu in the virtuoso environment, it dont want to execute. Can anyone help me on this?

regards,
Siva
 

virtuoso calibre

hello shiva

could u please tell us more clearly wat exactly do u mean by dont want to execute. do u get the option of calling calibre from virtuoso .. i had similar prb long back .. so may be i can solve if i know som thing more clearly

suresh
 

how to inteface calibre in icfb

hi,

Yes, i got the option of calling calibre from virtuoso platform. But, when i press the calibre, there is nothing appeared . Maybe I have missed some steps that makes it not working. Could you give me the steps on integrating the calibre with virtuoso platform.
Thanks

Siva
 

virtuso calibre mentor interaction

hello Shiva

The following are the detailed steps for integrating calibre with virtuoso.
You have to add the following lines in your ".cshrc"
environment file. This defines the search path for Calibre
and declares the Mentor license. You can discuss with your system
administrator to setup this according to your local installation :

ss6_cal_2004.1_6.32, means sun solaris machine and changes if ur using linux and make the changes accordingly and also the license file.

############## Settings for Mentor Calibre ############
setenv MGC_HOME /softs/calibre_2004_1_6/ss6_cal_2004.1_6.32
set path=($path $MGC_HOME/bin )

setenv LM_LICENSE_FILE ${LM_LICENSE_FILE}:1717@cime450
###########################################################


Then you have to add the 2 following lines in your ".cdsinit"
to load the Calibre/Virtuoso interface. Be sure that socket
number 9189 is free. If it isn't you can set to another
number (e.g. 9190 or 9191 )

;;;;;;;;; Virtuoso/Calibre interface ;;;;;;;;;;;;;
load(strcat(getShellEnvVar("MGC_HOME")
"/shared/pkgs/icv.ss6/tools/queryskl/calibre.skl"))

mgc_rve_init_socket(9189)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


the 2 line Virtuoso/Calibre interface need not neccessarily added in .cdsinit but can be added in icfb window .. if every thing goes well u can find it working perfectly

make sure u source the .cshrc file b4 u invoke icfb ..

let me know if u have any problems

suresh
 

    siva_7517

    Points: 2
    Helpful Answer Positive Rating
setting up calibre in virtuoso

Hi.

Thanks alot suresh. It works fine after used your script that you have given.

Siva
 

adding caliber option in icfb menu

ohh cool ..

have fun with virtuso ,,

suresh
 

calibre virtuoso integration

I think in the new version of Calibre you can integrate any other vendor data base even Magma also.
 

Hi guys
can any one let me know how to integrate calibre with ICC.
I have tcl file which integrates calibre with ICC and also tcl file which creates the menu bar but I dont know how exactly to go about far.can any one please help me out


Thanks in advance
 

Once you paste the following code in the synopsys icc gui startup tcl file.

source [file join $::env(MGC_HOME) lib icc_calibre.tcl]
set ::env(MGC_RVE_USE_ICCOMPILER) 1

You will have calibre menu invoked in the gui.Then you can either use start vue to go through the error browser or you can interactively use all calibredrv features.
Let us know if you need any specific help..
 

Please follow the below procedure to load the Calibre LVS violations in Encounter.

1. Source the calibre setup file before invoking the encounter.
2. Launch the Encounter.
3. Source the file (<Calibre Install Area>/lib/cal_enc.tcl )
4. Load the Design
5. Run the command (mgc_enc::runRVE ) in Encounter shell.
6. Select “LVS” in the Calibre RVE window. ( The window will open automatically once you enter the command (step 5).
7. Then select the “svdb” directory from the path where you run the Calibre LVS.


You can directly load the calibre DRC violations database in SOC Encounter.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…