flattenExcludePcellListFile
layout flattenExcludePcellListFile string "pathAndFileName"
Description
Specifies the name of the file that contains the list of Pcells that should not be flattened. This file has a list of library, cell and view of Pcells. In case the file is not found, the Pcells are flattened and a warning message is displayed in the CIW.
-
If
flattenPCellsis set tonil, no Pcells are flattened and the no warning message is displayed in the CIW. -
If
flattenPCellsis set tot, all Pcells except those specified in the file are flattened. A warning message is displayed for the Pcells specified in the file.
GUI Equivalent
Examples
envGetVal("layout" "flattenExcludePcellListFile")
envSetVal("layout" "flattenExcludePcellListFile" 'string "/project1/technology10/technology10.excludePcellListFile")
Related Topics
Return to top