Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

cdsGetNetlistMode

cdsGetNetlistMode(
)
=> Analog / Digital / Compatibility

Description

Returns the value of the shell environment variable CDS_Netlisting_Mode that is set in the current shell to invoke Virtuoso.

The valid values for this shell environment variable are Digital, Analog, and Compatibility. If you set any other value, the function returns the default value, Digital.

Arguments

None

Value Returned

Digital

The shell environment variable CDS_Netlisting_Mode is set to Digital.

Analog

The shell environment variable CDS_Netlisting_Mode is set to Analog.

Compatibility

The environment variable CDS_Netlisting_Mode is set to Compatibility.

Examples

$ virtuoso -nograph
> setShellEnvVar("CDS_Netlisting_Mode=Analog")
=> t
> cdsSetNetlistMode()
=> t
> cdsGetNetlistMode()
=> "Analog"

Related Topics

OSS Functions


Return to top
 ⠀
X