cellPrefixName
digitalSim.netlisterOpts cellPrefixName string { "prefixstring" }
Description
Specifies a prefix for cell names. The prefix must start with either an alphabetic character or an underscore and the remaining string may contain only alphanumeric characters or underscores.
This setting applies to the selection made using the Add prefix to cell names check box in the Verilog tab of the SystemVerilog Netlister Options form or the addPrefixToCells environment variable.
GUI Equivalent
Cell prefix name |
Examples
envGetVal("digitalSim.netlisterOpts" "cellPrefixName")
envSetVal("digitalSim.netlisterOpts" "cellPrefixName" 'string "cds_")
Related Topics
Configuring Netlist Generation Options
Return to top