techGetSpacingRuleTable
techGetSpacingRuleTable(d_techIDt_constraintNametx_layer1[tx_layer2] ) =>l_tables/ nil
Description
Returns the table data for the specified constraint defined in the specified technology database and applied to the specified layer or layers. ASCII technology file location: spacingTables subsection in the foundry constraint group.
Arguments
|
The optional second layer on which to apply the table constraint. |
Value Returned
Example
techGetSpacingRuleTable(tfID "minSpacing" "Metal1"
=> (("width" nil nil "length" nil nil
)
(0.0005 0.0005) 0.12
(0.0005 0.5605) 0.18
(0.0005 1.5005) 0.5
(0.0005 3.0005) 0.9
(0.0005 7.5005)
2.5
(0.1805 0.0005) 0.18
(0.1805 0.5605) 0.18
(0.1805 1.5005) 0.5
(0.1805 3.0005) 0.9
(0.1805 7.5005)
2.5
(1.5005 0.0005) 0.5
(1.5005 0.5605) 0.5
(1.5005 1.5005) 0.5
(1.5005 3.0005) 0.9
(1.5005 7.5005)
2.5
(3.0005 0.0005) 0.9
(3.0005 0.5605) 0.9
(3.0005 1.5005) 0.9
(3.0005 3.0005) 0.9
(3.0005 7.5005)
2.5
(4.5005 0.0005) 1.5
(4.5005 0.5605) 1.5
(4.5005 1.5005) 1.5
(4.5005 3.0005) 1.5
(4.5005 7.5005)
2.5
(7.5005 0.0005) 2.5
(7.5005 0.5605) 2.5
(7.5005 1.5005) 2.5
(7.5005 3.0005) 2.5
(7.5005 7.5005)
2.5
)
Returns the table data for the minSpacing constraint applied to layer Metal1 in the foundry constraint group of the technology database identified by tfID.
Return to top