vreShowSignalRouterLog
vreShowSignalRouterLog(
[ d_cvid ]
[ S_rStyle]
[ S_rName ]
)
=> t
Description
Displays the log file viewer for the signal type router.
Arguments
|
d_cvid
|
Database ID of the cellview for which the log file 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.
|
Examples
vreShowSignalRouterLog(cv 'stdCell 'nr)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top