techBindTechFile
techBindTechFile(g_ID[t_techLibName[t_binaryName[updateDev] ] ] ) => t / nil
Description
Attaches the specified DFII library to the specified technology database by creating techLib and techFile properties. To get the design data identifier for a DFII library, use the ddGetObj function.
For more information about design data identifiers and ddGetObj, see Virtuoso Studio Design Environment SKILL Reference.
Arguments
Value Returned
|
The |
|
Example
techBindTechFile(ddGetObj("myLib") "newTechLib" "tech.db" t)
=> t
Sets the techLib and techFile properties for the DFII library identified by myLib to newTechLib and tech.db. This example also updates all device instances in the design library to point to the devices in the technology library newTechLib.
Return to top