gpeExtractReuseTemplatesFromLCV
gpeExtractReuseTemplatesFromLCV(l_libNames[l_cellNames] [l_viewNames] [g_includeNonUserDefinedGroups] ) =>t|nil
Description
Extracts array reuse template files for recognized groups and arrays for all combinations of the specified libraries, cells, and views in the current design.
Arguments
Value Returned
Examples
Extracts templates for all the recognized groups or defined arrays for the combination of the specified library, cell, and view.
gpeExtractReuseTemplatesFromLCV("lib1" "cell1" "view1")
=> t
Extracts templates for all the recognized groups or defined arrays under the specified library. Not specifying the optional arguments cell and view names results in considering all cells and views in the specified library.
gpeExtractReuseTemplatesFromLCV("lib2")
=> t
Return to top