ddSetForcedLibEx
ddSetForcedLibEx(g_cdsLibFile[g_libDefsFile] ) => t / nil
Description
Sets the cds.lib file to be used instead of searching for them in the default locations. If no cds.lib is specified but a lib.defs file is specified, the function will use the specified lib.defs as a forced cds.lib file. Cadence recommends you to use the ddSetForcedLib function instead.
There are a few differences between cds.lib and lib.defs format. For more information on cds.lib, see
The lib.defs are no longer supported by Virtuoso.
Arguments
Value Returned
Examples
ddSetForcedLibEx("../cds.lib" nil)
Related Topics
Return to top