Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

getSkillVersion

getSkillVersion( 
[ g_printSubVersion ]
) 
=> t_version

Description

Returns the major version if the argument is left blank; otherwise, returns the current subversion (or tarkit version) of SKILL that is running in the build

Arguments

g_printSubVersion

(Optional) Specify a flag to print the current subversion (or tarkit version) of SKILL running in the build

Value Returned

t_version

If the argument flag is left blank, returns the major version of SKILL running in the build. If the argument flag is specified, returns the current subversion (tarkit version) of SKILL running in the build

Examples

getSkillVersion()
=> "SKILL04.20"
getSkillVersion(t)
"@(#)$CDS:   il skillSrc33.12-d009 08/31/11 14:50 fwinteg sjfdl803 $"

Related Topics

Core Functions


Return to top
 ⠀
X