duplicatemodel
Syntax
duplicatemodel = error | warning | ignore
Description
Specifies whether duplicate model definitions are allowed. When set to warning or ignore, the simulator allows duplicate model definitions. However, it honors only the last model definition. Depending upon the value set, the simulator displays warning messages for duplicate model definitions, or does not display any message.
When set to error for a model in Spectre format, the simulator does not allow duplicate model definitions and displays an error message. For a model in SPICE format, the model definition is overridden and the simulator does not display an error message even if duplicatemodel is set to error.
Possible values are error, ignore, and warning. The default value is error for models in Spectre format, and warning for models in SPICE format.
Return to top