techGetViaSpecTableEntry
techGetViaSpecTableEntry(d_viaSpecIDn_layer1Width n_layer2Width) =>l_viaDefIDs/ nil
Description
Returns a list of the viaDefIDs in the table entry with the specified layer widths in the requested via specification in the specified technology database.
Arguments
Value Returned
Example
techGetViaSpecTableEntry(viaSpecID 0.5 0.3)
=>(db:0x03b7a18c db:0x03b7a16d)
Returns the database identifiers for the via definitions in the table entry with minimum layer widths matching the specified widths, 0.5 for layer 1 and 0.3 for layer 2, in the via specification identified by viaSpecID in the current technology database.
Return to top