dbGetRowRegionVersion
dbGetRowRegionVersion( [d_cvId] ) =>n_version/ nil
Description
Returns the version of the rowRegion infrastructure used in the given design, or returns the software version if the cellview is not specified.
Arguments
Value Returned
|
Version of the rowRegion infrastructure used in the cellview or version of the software, when no cellview is provided. |
|
Examples
Returns the version of the software version.
dbGetRowRegionVersion()
Returns the version of the rowRegion infrastructure in the cellview cv.
dbGetRowRegionVersion(cvId)
Related Topics
Placement Database Access Functions
Return to top