gpeExtractReuseTemplate
gpeExtractReuseTemplate(u_constraint|d_fig|l_instIDs g_structureName t_fileName) =>t|nil
Description
Extracts the given Modgen into a reusable text file.
Arguments
|
Source Modgen constraint ID, figGoup ID, or list of instances. |
|
Value Returned
Example
Extract the Modgen fg of type diffPair into a text file pair1.txt. The file is saved at location ./.cadence/dfII/modgens/templateLib/DiffPair/pair1.txt.
fg = car(exists(x geGetSelectedSet() (x~>objType=="figGroup" && x~>type=="modgen")))
gpeExtractReuseTemplate(fg "DiffPair" "pair1.txt")
Return to top