Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

getCompatContextVersion

getCompatContextVersion( 
) 
=> x_compatVers

Description

Returns the compatible context version (for IC 6.1.6/CAT 33.00, the compatible context version is 601).

Do not use the 601 or 602 context version values directly in SKILL functions. Use getCompatContextVersion, getNativeContextVersion, or getCurSaveContextVersion instead to retrieve the values of context versions.

Arguments

None

Value Returned

x_compatVers

Returns the compatible context version.

Examples

getCompatContextVersion()
601

Related Topics

Context Functions

defInitProc

loadContext

setContext


Return to top
 ⠀
X