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

techGetCurrentDensityRules

techGetCurrentDensityRules(
d_techID
)
=> l_currentDensityRules / nil

Description

Returns a list of the current density attributes for layers from the specified technology database.

Arguments

d_techID

The database identifier of the technology database.

Value Returned

l_currentDensityRules

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

nil

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

Example

techGetCurrentDensityRules (tfID)
=> (("peakACCurrentDensity" 2.3 "Metal1")
("avgACCurrentDensity" 5.0 "Metal1")
("rmsACCurrentDensity" 4.1 "Metal1")
("avgDCCurrentDensity" 3.0 "Metal1")
)

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


Return to top
 ⠀
X