vreShowPlacerLog
vreShowPlacerLog(
[ d_cvid ]
[ S_style ]
[ S_eName ]
)
=> t / nil
Description
Displays the placement log window.
Arguments
|
d_cvid
|
Database ID of the cellview used for placement. The database ID can be obtained using the geGetEditCellView SKILL function. The default value is the cellview of the current window.
|
|
S_style
|
Specifies the placement style, for example stdCell. The default value is taken from active selection on the Auto P&R assistant.
|
|
S_eName
|
Specifies the engine name, for example gp. The default value is taken from active selection on the Auto P&R assistant.
|
Value Returned
|
t
|
Placement log window was displayed successfully.
|
|
nil
|
Placement log window could not be displayed.
|
Examples
The following example displays the placement log for the stdCell placement style.
vreShowPlacerLog(cv 'stdCell 'gp)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top