hierSummaryLogFileName
layoutXL hierSummaryLogFileName string "logFileName"
Description
Controls whether the following SKILL functions print their summary information in a separate log file:
- lxHierCheck
- lxHierCheckAgainstSource
- lxHierUpdateComponentsAndNets
-
lxUpdateBinding (when run with
?hierarchicalargument set tot)
The default is "", which means that the summary information is printed only to the default Virtuoso log file. When a log file name is specified, the summary information is also printed to the specified log file.
GUI Equivalent
Examples
envGetVal("layoutXL" "hierSummaryLogFileName")
envSetVal("layoutXL" "hierSummaryLogFileName" 'string "./hierCheck.log")
Related Topics
Design Check for Layout XL Compliance
List of Layout XL Environment Variables
Return to top