vreShowCheckerLog
vreShowCheckerLog(
[ d_cvid ]
[ S_rStyle]
[ S_rName ]
)
=> t / nil
Description
Displays the log file viewer for the pre-route checker.
Arguments
|
d_cvid
|
Database ID of the cellview for which the checker log is to be shown. The database ID can be obtained using the geGetEditCellView SKILL function. The default value is the cellview of the current window.
|
|
S_rStyle
|
Specifies the routing style, which can be either device, stdCell, or chip.
|
|
S_rName
|
Specifies the router name, which can be either gbr, nr, or vcr.
|
Value Returned
|
t
|
Log file viewer was displayed.
|
|
nil
|
Log file viewer could not be displayed.
|
Examples
vreShowCheckerLog(geGetEditCellView() "stdCell" "nr")
vreShowCheckerLog(geGetEditCellView() 'device 'gbr)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top