mergeLogFile
layout.cle mergeLogFile string "path_for_merge_log_file"
Description
Specifies the path for the merge log file. The default path is used if not specified.
The default path is "cle_merge_%LIB_%CELL_%VIEW.log".
GUI Equivalent
Examples
envGetVal("layout.cle" "mergeLogFile")
envSetVal("layout.cle" "mergeLogFile" 'string "")
envSetVal("layout.cle" "mergeLogFile" 'string "cle_merge.log")
Related Topics
Merging a Submitted Design Partition
List of Concurrent Layout Environment Variables
Return to top