vreStopRowRegionCreation
vreStopRowRegionCreation(
[ d_cvid ]
[ S_style ]
[ S_eName ]
)
=> t / nil
Description
Stops the active row region generation.
Arguments
|
d_cvid
|
Database ID of the cellview for which row region generation is to be stopped. The database can be obtained using the geGetEditCellView SKILL function. The default value is the cellview open in 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
|
Generation was successfully stopped
|
|
nil
|
Unable to stop generation or the generator is inactive.
|
Examples
The following example stops the row region generation for the specified style and engine.
vreStopRowRegionCreation(cv 'stdCell 'gp)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top