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

techSetPrRoutingOffset

techSetPrRoutingOffset(
d_techID 
tx_layer
n_offset
) 
=> t / nil

Description

Updates the routing offset of the specified layer in the specified technology database.

Arguments

d_techID

The database identifier of the technology database.

tx_layer

The layer to update.

Valid values: The layer name, the layer number

n_offset

The routing offset for the layer.

Valid values: Any floating-point number, any integer

Value Returned

t

The data was updated in to the layerRoutingGrids subclass of the specified technology database.

nil

The layer is not in the LEFDefaultRouteSpec constraint group or the technology database does not exist.

Example

techSetPrRoutingOffset(techID "metal1" 0.2)
=> t

Updates the layerRoutingGrids subclass with the specified data in the technology database identified by techID.


Return to top
 ⠀
X