Product Documentation
Virtuoso Concurrent Layout User Guide
Product Version IC23.1, November 2023

nameGenerator

layout.cle   nameGenerator boolean { t | nil }

Description

Specifies whether to add a prefix to the name of the newly created object. This helps in preventing name conflicts among design partitions. The default is t, which means that cle_pxx is added as a prefix to the names of new objects, where xx is an alphanumeric internal partition index.

GUI Equivalent

None

Examples

envGetVal("layout.cle" "nameGenerator")
envSetVal("layout.cle" "nameGenerator" 'boolean t)
envSetVal("layout.cle" "nameGenerator" 'boolean nil)

Related Topics

Editing in a Design Partition

List of Concurrent Layout Environment Variables


Return to top
 ⠀
X