Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiCreateCdsenvFile

asiCreateCdsenvFile( 
s_toolName 
) 
=> t / nil

Description

Creates a .cdsenv file for the specified tool and dumps it to the current working directory. This is meant as a development utility for integrators only.

Arguments

s_toolName

The name of the tool.

For example, Spectre.

Value Returned

t

The.cdsenv file is created.

nil

No .cdsenv file is created.

Examples

Creates a file spectreCdsenvFile containing Spectre tool information in your current working directory.

asiCreateCdsenvFile('spectre )
=> t

Creates file ./SpectreCdsenvFile for Spectre tool.

asiCreateCdsenvFile('Spectre)
=> t


Return to top
 ⠀
X