vreCreateRowRegion
vreCreateRowRegion( [d_cvid] [S_style] [S_eName] ) =>d_rowRegionId/ nil
Description
Creates a new row region for the specified scope of the given style or engine using the options specified in the Auto P&R assistant GUI or set by vreSetOption.
Arguments
Value Returned
Examples
The following example creates a row region for the current cellview in the Auto P&R GUI for stdCell style.
cv = geGetEditCellView()
vreCreateRowRegion(cv "stdCell" "gp")
The following example creates a row region for the current cellview in batch mode for stdCell style.
cv = geGetEditCellView()
handle = vreGetHandle(cv 'stdCell 'gp)
vreSetOption(handle 'setup_rowCreation "Create row region")
vreCreateRowRegion(cv 'stdCell 'gp)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top