techIsLxNoOverlapLayer
techIsLxNoOverlapLayer(
d_techFileID
tx_layer1
tx_layer2
)
=> t / nil
Description
Indicates whether the specified pair of layers is a derived no overlap layer in the specified technology file. The order in which the layers is specified does not matter.
Arguments
|
First of two layers to be checked. |
|
|
Second of two layers to be checked. |
Value Returned
|
The technology file does not exist or the layer pair does not comprise a no overlap derived layer. |
Example
techIsLxNoOverlapLayer(techFileID'( "diff" "poly1" ) )
=> t
Confirms that the layers diff and poly1 comprise a no overlap derived layer in the technology file identified by techFileID.
Return to top