saveNonCommittable
layout.cle saveNonCommittable boolean { t | nil }
Description
Specifies whether non-committable design partitions can be saved during merge in specific third-party DM environments. The default is nil, which means that the non-committable design partitions are not allowed to be saved. A message is displayed to provide more information.
GUI Equivalent
Examples
envGetVal("layout.cle" "saveNonCommittable")
envSetVal("layout.cle" "saveNonCommittable" 'boolean t)
Related topics
Merging a Submitted Design Partition
Return to top