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

cdfDumpAll

cdfDumpAll(
t_libName
t_fileName 
[ ?level s_level ] 
[ ?edit g_edit ]
) 
=> t / nil

Description

Dumps the CDF description for the specified library and all its cells into the given file. You can also specify the level of the CDF description by using the ?level s_level argument. The specified file is created in the current working directory or the directory specified with the filename.

If the ?edit g_edit argument is set to t, the specified file is opened in a text editor window. The default is no editor.

Arguments

t_libName

Specifies the name of the library for which the CDF description is to be saved to the given file.

t_fileName

Specifies the name of the file to which the CDF descriptions for the given library and cell are to be saved.

?level s_level

Specifies the level of the CDF description to be displayed.

  • base: Saves the base-level CDF descriptions to the specified file.
  • user: Saves the user-level CDF descriptions to the specified file. This is the default.

?edit g_edit

Specifies whether the given file should be opened in a text editor.

  • t: Opens the specified file in a test editor.
  • nil: The specified file is not opened in a text editor.

Value Returned

t

Dumps the CDF description for the specified library and cell to the given file.

nil

When the specified library or cell is invalid.

Examples

cdfDumpAll("asic" "lib.mod" ?level 'base ?edit t)

Return to top
 ⠀
X