techGetElectricalRuleTable
techGetElectricalRuleTable(d_techIDt_constrainttx_layer1[tx_layer2] ) =>l_tables/ nil
Description
Returns the table data for the specified layer attribute defined in the specified technology database. ASCII technology file location: currentDensityTables subsection of the layerRules section. Preferred: Use techGetCurrentDensityRuleTable function.
Arguments
|
The optional second layer on which to apply the table constraint. |
Value Returned
Example
techGetElectricalRuleTable(tfID "peakACCurrentDensity" "Metal2")
=> ((("frequency" nil nil "width" nil
nil
) 5.5e-06
)
(1.0 0.3) 5e-06
(1.0 0.4) 5.5e-06
(2e+07 0.3) 5.5e-06
(2e+07 0.4) 6e-07
)
Returns the table data for the peakACCurrentDensity constraint applied to layer Metal2 in the layerRules section group of the technology database identified by tfID.
Return to top