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

techGetCurrentDensityRuleTable

techGetCurrentDensityRuleTable(
d_techID
t_ruleTableName
tx_layer
)
=> l_currentDensityRuleTable / nil

Description

Returns the named current density attribute table for the specified layer in the specified technology database.

Arguments

d_techID

The database identifier of the technology database.

t_ruleTableName

The name of the constraint table to return.

tx_layer

The layer for which to return the constraint table.

Valid values: The layer name, layer number

Value Returned

l_currentDensityRuleTable

The current density constraint table.

nil

The technology database does not exist or the requested current density constraint table does not exist.

Example

techGetCurrentDensityRuleTable (tfID "avgACCurrentDensity" "metal1")
=> (("frequency" nil nil "width" nil nil)
(10.0 0.25) 2.3e-07
(10.0 0.35) 3.5e-07
(210.0 0.25) 3.5e-07
(210.0 0.35) 3.5e-07
)

Returns the requested current density constraint table in the technology database identified by tfID.


Return to top
 ⠀
X