conflictMergeAction
layout.cle conflictMergeAction cyclic { "Skip" | "Replace" | "Rename" | "Error" }
Description
Specifies the action to take when conflicts are found while merging design partition views. This environment variable is used to resolve issues with objects having duplicate names.
-
SkipMerges the first object and skips the next object. -
ReplaceThe second object replaces the previous or the first object. -
RenameRenames the second object and retains both. -
ErrorAn error is reported when duplicate entries are found.
GUI Equivalent
Examples
envGetVal("layout.cle" "conflictMergeAction")
envSetVal("layout.cle" "conflictMergeAction" 'cyclic "Skip")
envSetVal("layout.cle" "conflictMergeAction" 'cyclic "Rename")
envSetVal("layout.cle" "conflictMergeAction" 'cyclic "Error")
Merging a Submitted Design Partition
List of Concurrent Layout Environment Variables
Return to top