lcePrintTechDiagnostics
lcePrintTechDiagnostics(
d_layCellViewID
[ ?cgName d_cgName ]
[ ?verifyWellSubstrateConnections { t | nil } ]
[ ?useOverlappingLabelsAsConnectivitySources { t | nil } ]
[ ?enableVirtualConnections { t | nil } ]
[ ?fileName t_fileName ]
[ ?appendToFile { t | nil } ]
)
=> t
Description
Generates a report about the connectivity extractor technology diagnostics and indicates if the technology file has been correctly set up for extraction. See Diagnostics Reports (Connectivity form).
Arguments
|
d_layCellViewID
|
|
|
Layout cellview ID or the technology file ID for which the diagnostics report needs be printed.
|
|
?cgName d_cgName
|
|
|
Constraint group name.
-
If the first argument and the cellview is opened in XL and the constraint group name is not specified, the SKILL function uses the constraint group used by the extractor.
-
Otherwise, the constraint group name must be specified.
The default is "".
|
|
?verifyWellSubstrateConnections
|
|
|
Indicates if the diagnostics report must report on well substrate connections.
The default is nil.
|
|
?useOverlappingLabelsAsConnectivitySources
|
|
|
Indicates if the diagnostics report must report on overlapping labels.
The default is nil.
|
|
?enableVirtualConnections
|
|
|
Indicates if the diagnostics report must report on virtual connections.
The default is t.
|
|
?fileName t_fileName
|
|
|
Indicates if the output should be redirected to the specified file.
The default is "".
|
|
?appendToFile appendToFile
|
|
|
Indicates if the output should be appended to the specified file.
The default is nil.
|
Value Returned
|
t
|
The technology diagnostics report was generated for the specified layout cellview or technology file.
|
Example
lcePrintTechDiagnostics(techId ?cgName "virtuosoDefaultExtractorSetup" ?verifyWellSusbtrateConnections t ?fileName "output" ?appendToFile t)
Generates a diagnostic report for the specified technology file using constraint group virtuosoDefaultExtractorSetup. The report is appended to the file named, output.
Related Topics
Connectivity Form
Return to top