vfoInstallFluidDeviceFiles
vfoInstallFluidDeviceFiles(
[ ?installPath t_installPath ]
[ ?overwrite { t | nil } ]
[ ?showMsg { t | nil } ]
)
=> t / nil
Description
Loads a set of Cadence-supplied SKILL files in a specific sequence in the Virtuoso environment. These files are required to work with fluid guard rings. These files are automatically loaded when you start Virtuoso.
Arguments
Value Returned
|
Some or all of the |
Example
vfoInstallFluidDeviceFiles()
Loads the vfo*.ils files from the default location. The function returns t after all the files are loaded.
vfoInstallFluidDeviceFiles(?installPath "/grid/cic/hier/615/dfII/etc/vfo" ?overwrite t ?showMsg t)
Loads the vfo*.ils files from the /grid/cic/hier/615/dfII/etc/vfo path and displays the file loading messages in the CIW. The function returns t after all the files are loaded.
Return to top