vreShowRowGenLog
vreShowRowGenLog(
[ d_cvid ]
[ S_style ]
[ S_eName ]
)
=> d_RowRegionId / nil
Description
Displays row generation log based on the scope defined for the given routing style using the options specified in the Auto P&R assistant or set by vreSetOption.
Arguments
|
d_cvid
|
Database ID of the cellview used for row region creation. 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
|
d_RowRegionId
|
Database ID of the created rowRegion.
|
|
nil
|
Placement log window could not be displayed.
|
Examples
The following example displays the row gen log for the stdCell placement style.
cv = geGetEditCellView()
vreShowRowGenLog(cv 'stdCell 'gp)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top