Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbDumpPcellWithLib

dbDumpPcellWithLib( 
d_cvId 
t_outputFile
t_pCellFile 
) 
=> t / nil 

Description

Same functionality as dbDumpPcell, which preserves Pcells through StreamIn and StreamOut by writing the Pcells to SKILL files. dbDumbPcellWithLib does not directly write the library name in the SKILL code, instead writes a SKILL variable, dbD_NewLibNameForDump whose value can be set to the name of the target library before loading the SKILL file.

Dumping parameterized cell devices defined in a technology file is not supported in this function.

Arguments

d_cvId

Must be a valid cellview ID and Pcell.

t_outputFile

Output file which can be reloaded to recreate the Pcell.

t_pCellFile

Output file for the SKILL procedure attached to the Pcell, this file will be given to dbFefineProc when reloading outputFile.

Value Returned

t

The files are dumped successfully.

nil

The files are not dumped successfully.


Return to top
 ⠀
X