techSetPrStackVia
techSetPrStackVia(d_techIDtx_viaLayer1tx_viaLayer2) => t / nil
Description
Updates the specified technology database to mark the specified pair of via layers stackable in the foundry constraint group. If the stackable section does not already exist, this function creates it.
Arguments
Value Returned
|
The data was added to the |
|
|
The technology database does not exist or one or more of the specified layers are not defined. |
Example
techSetPrStackVia(tfID "via" "via2")
=> t
Defines via and via2 as stackable in the technology database identified by tfID. Adds the following to the foundry constraint group:
spacings(
(stackable "via" "via2" t)
) ;spacings
Return to top