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

techGetLayerMfgResolutions

techGetLayerMfgResolutions(
d_techID 
)
=> l_layers

Description

Returns each layer assigned a layer manufacturing grid resolution and the layer manufacturing grid resolution applied to it in the specified technology database. ASCII technology file location: mfgResolutions subsection in the layerRules section.

Arguments

d_techID

The database identifier of the technology database.

Value Returned

l_layers

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

list ( ( tx_layer g_value ) … )

where,

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

Example

techGetLayerMfgResolutions(tfID)
=> (("metal1" 0.002)
("metal2" 0.003)
)

Returns the layer manufacturing grid resolution assigned to be applied to layers in the technology database identified by tfID: 0.002 to metal1 and 0.003 to metal2.


Return to top
 ⠀
X