HspiceD
Described below are the name mapping variables for HspiceD netlister:
| Variable | Description |
|
List of characters that are invalid internal to an inst name. |
|
Default Behavior
These variables do not have default values.
Customization
- You can directly set any/all of the above mentioned variables to customize the character substitution and therefore the mapping.
- Each of these variables is checked separately to determine whether it is to be set or not.
- In case a variable is set, it is used to determine character substitution and hence mapping.
Flow
- The variables are used if they are set explicitly.
-
If these variables are not set explicitly, HspiceD netlister uses the following values:
-
For mapping nets, it uses:
((">" ">") ("<" "<") "." ("#" "__") "$" "%" "^" "&" "*" "(" ")" "\\" ("|" "__") "+" "-" "=" "{" "}" ("[" "__") ("]" "__") "\"" ("'" "__") (":" "__") ";" "~" ("`" "__") "," "?" "/" "@") - For mapping instances, it uses:
((">" ">") ("<" "<") "." "!" ("#" "__") "$" "%" "^" "&" "*" "(" ")" "\\" ("|" "__") "+" "-" "=" "{" "}" ("[" "__") ("]" "__") "\"" "'" (":" "__") ";" "~" "`" "," "?" "/" "@") -
For mapping nets, it uses:
Return to top