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

techSetLayerMfgResolutions

techSetLayerMfgResolutions(
d_techID 
l_layers
)
=> t / nil

Description

Replaces the layer manufacturing grid resolution data in the specified technology database. ASCII technology file location: mfgResolutions subsection in the layerRules section. If a mfgResolutions subsection does not exist, this function creates one with the specified data.

Arguments

d_techID

The database identifier of the technology database.

l_layers

A list of lists containing the layer and manufacturing grid resolution data. The list has the following syntax:

list ( list ( tx_layer g_value ) … )

where,

  • tx_layer is the layer name or layer number.
  • g_value is the manufacturing grid resolution to apply to the layer.

Value Returned

t

The manufacturing grid resolutions are assigned to be applied to the layers.

nil

The technology database does not exist or one or more layers are not defined in the technology database.

Example

techSetLayerMfgResolutions(tfID list(list ("metal1" 0.0020) list("metal2" 0.0030))
=> t

Assigns a manufacturing grid resolution of 0.0020 to be applied to the layer metal1 and 0.0030 to metal2.


Return to top
 ⠀
X