addPrefixToCells
digitalSim.netlisterOpts addPrefixToCells string { "None" | "All" | "Keep name of top cell and symbol cells" }
Description
Adds a predefined prefix to cell names in the generated netlist.
Possible values are as follows:
-
None: Default. Does not add a prefix to cell names, even if it is defined using the Cell prefix name field or the cellPrefixName environment variable. -
All: Adds the prefix specified using the Cell prefix name field or thecellPrefixNameenvironment variable to all cell names, including the top cell and non-textual stopping cells. These non-textual stopping cells are cells without module definitions. -
Keep name of top cell and symbol cells: Adds the prefix specified in the Cell prefix name field or thecellPrefixNameenvironment variable to all cell names, excluding names of the top cell and non-textual stopping cells. These non-textual stopping cells are cells without module definitions.
GUI Equivalent
Add prefix to cell names |
Examples
envGetVal("digitalSim.netlisterOpts" "addPrefixToCells")
envSetVal("digitalSim.netlisterOpts" "addPrefixToCells" 'string "All")
envSetVal("digitalSim.netlisterOpts" "addPrefixToCells" 'string "Keep name of top cell and symbol cells")
Related Topics
Configuring Netlist Generation Options
Return to top