xpcDumpCache
xpcDumpCache(g_detailReport[t_filename] )
Description
This SKILL API dumps the Express Pcell cache information to CIW and in the specified file.
When using this SKILL function ensure that environment variables, CDS_ENABLE_EXP_PCELL and CDS_EXP_PCELL_DIR are set appropriately.
Arguments
Value Returned
|
Successfully dumps the Express Pcell cache information to CIW and in the specified file. |
|
Examples
Short report dumped to CIW and specified file
xpcDumpCache(nil"file1.dump"
)
Short report of the cache information is dumped to both CIW and in the file1.dump file.
Express PCell Cache Dump Report:
--------------------------------
SuperMaster(lib/cell/view) Number of submasters
PDKLIB/p/layout 1
Short Report dumped only to CIW
xpcDumpCache( nil )
Short report of the cache information is dumped only to CIW.
Express PCell Cache Dump Report:
--------------------------------
SuperMaster(lib/cell/view) Number of submasters
testLib/customCell/layout 5
Detailed report dumped to both CIW and the specified file
xpcDumpCache(
t "file2.dump"
)
Detailed report of the cache information is dumped to both CIW and in the file2.dump file.
Express PCell Cache Dump Report:
--------------------------------
SuperMaster(lib/cell/view) Number of submasters
PDKLIB/p/layout 1
Parameter values (<Parameter Name> = <Parameter Value>) are:-
cntOffsetR=0.000000 drainStrap=none drawDNW=0 drawGuard=1 drawWell=1
rmRightSD=0 sa=130n sb=130n sc=400n sd=0.14u
sourceStrap=none strap=0 strapGate=none strapGateTop=1 swapSD=0
topStrapExt=0.0 wf=1u
PDKLIB/n/layout 1
Parameter values (<Parameter Name> = <Parameter Value>) are:-
drawGuard=1 drawWell=1 dualStrapGate=0 enableMfactor=0 extendLeftGate=0
sc=400n sd=0.14u strap=0 strapGate=none strapGateTop=1
Return to top