techSetLayerMaskNumber
techSetLayerMaskNumber(d_techIDtx_layer x_maskNumber) => t / nil
Description
Updates the mask number of the specified layer in the specified technology database. ASCII technology file location: functions subsection in the layerRules section; it assigns functions and mask numbers to layers.
Arguments
|
The layer name or number or a list containing the layer name and purpose. |
|
Value Returned
|
The technology database does not exist or there is no |
Example
techSetLayerMaskNumber(tfID "metal1" 1)
=> t
Assigns the mask number, 1, to the layer metal1 in the technology database identified by tfID.
Return to top