dbGetPerDesignAFCGName
dbGetPerDesignAFCGName(d_cellViewid) =>t_cgName/ nil
Description
Retrieves the alternateFoundry constraint group name for the specified cellview.
Arguments
Value Returned
|
Name of the alternateFoundry constraint group name set on the specified cellview. |
|
Examples
Retrieves myCGx as the alternateFoundry constraint group name set on the cellview cv.
dbGetPerDesignAFCGName(cv)
=> "myCGx"
Related Topics
Return to top