techSetPrViaTypes
techSetPrViaTypes(d_techIDl_viaTypes) => t / nil
Description
Adds the specified via definitions for the specified cell and cellview to the list of valid vias for the specified constraint group in the specified technology database.
Arguments
|
A list of the via definitions and the optional constraint group names you want to define. The list has the following syntax:
|
Value Returned
|
The technology database does not exist or one or more cell name/cellview combinations are not defined. |
Example
techSetPrViaTypes(techID list(
(list("via1" "via") "default")
(list("via2" "via") "default")
)
)
=> t
Return to top