Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

d_cellviewId

Database ID of a cellview.

Value Returned

n_version

Version of the rowRegion infrastructure used in the cellview or version of the software, when no cellview is provided.

nil

Returned in case of failure.

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
 ⠀
X