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

cdsPlat

cdsPlat()
=> t_plat

Description

Returns the platform for the Cadence software that is currently running. The possible values are: sun4v, sol86, hppa, ibmrs, wint, lnx86, or lni64.

Arguments

None

Value Returned

t_plat

The platform upon which the Cadence software is running. One of the following strings:

Examples

system("uname")
=> SunOS
   0
cdsPlat()
=> "sun4v"

Related Topics

Environment Functions

cdsGetToolsPath

cdsGetInstPath


Return to top
 ⠀
X