Product Documentation
Virtuoso Studio Design Environment User Guide
Product Version IC23.1, November 2023

dbAddCellNameToInstNamePrefix

cdba dbAddCellNameToInstNamePrefix boolean { t | nil }

Description

Appends the cell name to the existing instance name prefix in instance names. The default is nil.

For example, if the instance name prefix is INST and you set dbAddCellNameToInstNamePrefix to t, the name INST_cellname_number is generated, were, cellname is the cell name and number is a system generated unique number.

GUI Equivalent

None

Examples

envGetVal("cdba" "dbAddCellNameToInstNamePrefix")
envSetVal("cdba" "dbAddCellNameToInstNamePrefix" 'boolean t)

Return to top
 ⠀
X