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

checkContextBit

checkContextBit( 
t_contextPath 
) 
=> t_type 

Description

Checks and returns the context type of the specified context file.

Arguments

t_contextPath

Full path to the SKILL context file.

Value Returned

t_type

A string (either "32bit" or "64bit") representing the context type. If the specified file is not a context file, the function displays an error message.

Examples

checkContextBit("./myContext.cxt") 
=> "32bit"

Related Topics

Context Functions

loadContext

defInitProc


Return to top
 ⠀
X