|
发表于 2022-1-13 16:35:07
|
显示全部楼层
maybe you can try this in "Virtuoso Design Environment User Guide" :
Specifying the Default Instance Prefix
When you place an instance, the default alphabetic character prefix is I for instances and M for mosaic instances (an array of instances). You can change these default values by placing a property on the master cellview or setting a variable in your .cdsenv file.
Changing the Prefix Using a Property
Changing the Prefix Using an Environment Setting
If you do not specify an instance name explicitly, the program checks the master cellview for the presence of the appropriate property as follows:
For an instance:
instNamePrefix
For an array of instances:
arrayInstNamePrefix
When you place the instance, the program does the following:
Uses the prefix specified by the appropriate master cellview property, if it exists. Otherwise,
Uses the prefix specified by the cdba variable in your .cdsenv file. For example:
cdba dbInstNamePrefix string "I"
cdba dbArrayInstNamePrefix string "M" |
|