techCreateCustomViaDef
techCreateCustomViaDef(d_techIDt_viaDefName d_cellviewID t_layer1Name t_layer2Name) =>d_viaDefID/ nil
Description
Creates a custom via definition in the specified technology database and associates it with the specified cellview.
The function automatically sets the resistance per cut to
0.0. You can reset it with techSetViaDefResistancePerCut.Arguments
Value Returned
Example
techCreateCustomViaDef(tfID "viaDef1" cvID "metal1" "metal2")
=> db:0x03b7a18c
Creates the via definition named viaDef1, which is associated with the cellview identified by cvID in the technology database identified by tfID, and returns its database identifier.
Return to top