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.

Detecting License fetching error in cadence SKILL

Status
Not open for further replies.

Jay Bharti

Newbie level 1
Newbie level 1
Joined
Aug 20, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
10
Hi,

I want to detect a License fetching event in Cadence SKILL so that if the program is not able to fetch the license, I could detect it and will stop the further execution of the program.

My script is trying to fetch Layout Editor license but fails. Virtuoso throws such events as warnings in CIW : (eg below)

*WARNING* (icLic-3) Could not get license Virtuoso_Layout_Suite_L
*WARNING* (icLic-21) License Virtuoso_Layout_Suite_L ("95300") is not available to run Layout L.
Trying to check out the license Virtuoso_Layout_Suite_XL ("95310") instead.
*WARNING* (icLic-3) Could not get license Virtuoso_Layout_Suite_XL
*WARNING* (icLic-21) License Virtuoso_Layout_Suite_XL ("95310") is not available to run Layout L.
Trying to check out the license Virtuoso_Layout_Suite_GXL ("95321") instead.
*WARNING* (icLic-4) Could not get token capability VLS_GXL
*WARNING* (icLic-22) License Virtuoso_Layout_Suite_GXL ("95321") is not available to run Layout L.
*WARNING* (LE-104329): A VLS-XL license is required but could not be checked out.

(DEBASE-100020): License of Layout for "edit" access not found. Cellview will remain in "read"
access mode.

Thanks,
Jay
 
Last edited by a moderator:

Cant you simply wrap the code that calls the license in a errset function?

Something like:

errset( call the license fetch ) => nil
 

Use the "lmstat utility" to debug license problems in work environment.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top