Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetCurrentDensityRuleTables

techGetCurrentDensityRuleTables(
d_techID
)
=> l_currentDensityRuleTables / nil

Description

Returns a list of the current density attribute tables for layers in the specified technology database.

Arguments

d_techID

The database identifier of the technology database.

Value Returned

l_currentDensityRuleTables

A list of the current density constraint tables for layers in the technology database.

nil

The technology database does not exist or no current density constraint tables are specified for any layers in the technology database.

Example

techGetCurrentDensityRuleTables (tfID)
=> (("peakACCurrentDensity" "Metal1")
("avgACCurrentDensity" "Metal1")
("rmsACCurrentDensity" "Metal1")
)

Returns a list of the current density constraint tables specified for the layers in the technology database identified by tfID.


Return to top
 ⠀
X