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.

Calibre Interative could not be licensed sufficiently

Status
Not open for further replies.

sajjad.hussain

Junior Member level 1
Joined
May 20, 2015
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,477
Dear All,
I m trying to do DRC with Calibre in Virtuoso. But while doing Calibre>nmDRC, I m getting the following error:
// ERROR: The following products could not be licensed sufficiently:
// ERROR: - Calibre Interactive


Also when I type on command line, get the same response. Please guide me about the proper settings for the Calibre to integrate into Virtuoso (IC6).
-bash-4.2$ calibre -gui -drc

Code dot - [expand]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//  Calibre Interactive - DRC  v2015.4_16.11    Fri Nov 13 13:51:28 PST 2015
//
//        Copyright Mentor Graphics Corporation 1996-2015
//                       All Rights Reserved.
//   THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION
//      WHICH IS THE PROPERTY OF MENTOR GRAPHICS CORPORATION
//        OR ITS LICENSORS AND IS SUBJECT TO LICENSE TERMS.
//
//  Mentor Graphics software executing under x86-64 Linux
//
//  Running on Linux i80pc76 3.10.0-327.28.3.el7.x86_64 #1 SMP Thu Aug 18 19:05:49 UTC 2016 x86_64
//  64 bit virtual addressing enabled
//
//  Starting time: Tue Sep 13 18:11:22 2016
//
 
//  ERROR: The following products could not be licensed sufficiently:
//  ERROR: - Calibre Interactive



I have the following settings in setup files.


Code dot - [expand]
1
2
3
4
5
6
7
8
9
export LM_LICENSE_FILE=NNNN@xxx.xxx.xx.xxx:$LM_LICENSE_FILE
export MGLS_LICENSE_FILE=NNNN@xxx.xxx.xx.xxx
export CALIBRE_HOME=/Software/mentor/2015-16/RHELx86/CALIBRE_2015.3-37.23/aoi_cal_2015.4_16.11
export MGC_HOME=$CALIBRE_HOME
export MGLS_HOME=$MGC_HOME
export PATH="${PATH}:${CALIBRE_HOME}/bin"
alias help_mg_cal='${CALIBRE_HOME}/bin/mgcdocs'
export XACTSOC_PATH=/Software/mentor/2015-16/RHELx86/CALIBRE-XACTSOC_2015.3-UR1/xactPack-2015.3_UR1/sierra
export PATH="${PATH}:${XACTSOC_PATH}/bin"



With the same license file, my modelsim is working perfectly.

Please help and guide, what environmental variables should I keep.
Best Regards
 
Last edited by a moderator:

Have you recently updated the version of Calibre being used? There were license server updates in v2015.2 (went to FLEXnet 11.11) and v2016.1 (went to FLEXnet 11.13). If you switched over either of those boundaries, you'll need to switch between license servers probably.

One way to be on the safe side is to use the mgcld license server at <calibre_install_path>/pkgs/mgls/lib.

Hope that helps-

Sam.
 

Thanks alot dear. The
The calibre version is 2015-2016.
How to use the mgcld license server at <calibre_install_path>/pkgs/mgls/lib.
Should I use MGLS_LICENSE_FILE=<calibre_install_path>/pkgs/mgls/lib
Regards
 

The best place to ask about correct setup for licensing is your system admin or CAD group, assuming there is one, because every place has a different mix of software and environment.

If you are the one who is also administering Calibre and Virtuoso, these bits may help:
  • From the Calibre Administration Guide (2016.2 version, but this bit seems pretty stable):
    MGLS_LICENSE_FILE

    This variable is used when multiple products have FLEXnet licensing to allow other vendor products to use the LM_LICENSE_FILE variable, while allowing Mentor Graphics licensing products to get their licenses from the value of MGLS_LICENSE_FILE. Only Mentor Graphics software recognizes this variable; software from other vendors that use FLEXnet licensing ignore it.
  • The MGC licensing instructions are in <calibre_install_directory>/docs/pdfdocs/mgc_licen.pdf (and possibly on SupportNet, but then you have to make sure you have the correct version). It has sections on setting up the license server in various ways, and troubleshooting.

Best regards-

Sam.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top