vreDeleteRowRegions
vreDeleteRowRegions( [d_cvid] [S_style] [S_eName] ) => t / nil
Description
Deletes all automatically created rows and row regions using the options specified in the Auto P&R assistant GUI or set by vreSetOption.
Arguments
Value Returned
Examples
The following example deletes rows and row regions from the current cellview in the Auto P&R GUI for stdCell style.
cv = geGetEditCellView()
vreDeleteRowRegions(cv "stdCell" "gp")
The following example deletes rows and row regions from the current cellview in batch mode for stdCell style.
cv = geGetEditCellView()
vreDeleteRowRegions(cv 'stdCell 'gp)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top