vreRunPlacer
vreRunPlacer( [d_cvid] [S_style] [S_eName] ) => t / nil
Description
Runs the specified stages of the placement flow using the options specified in the Auto P&R assistant or set by vreSetOption.
Arguments
Value Returned
Examples
The following example runs placement in the Auto P&R GUI for stdCell style.
cv = geGetEditCellView()
vreRunPlacer(cv 'stdCell 'gp)
The following example runs placement in batch mode for stdCell style.
cv = geGetEditCellView()
handle = vreGetHandle(cv 'stdCell 'gp)
vreSetOption(handle 'place_placeStdCells t)
vreRunPlacer(cv 'stdCell 'gp)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top