dbFindRowRegionSpec
dbFindRowRegionSpec(d_cvId t_name) =>d_specId/ nil
Description
Searches for a rowRegionSpec with the specified name in the given cellview.
Arguments
Value Returned
Examples
Searches for the rowRegionSpec rowRegion in the cellview cv.
dbFindRowRegionSpec(cv "rowRegion")
Related Topics
Placement Database Access Functions
Return to top