Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
config:mangling [2025/03/25 10:34] – created rajit | config:mangling [2025/03/25 10:40] (current) – rajit | ||
---|---|---|---|
Line 11: | Line 11: | ||
The '' | The '' | ||
- | * '' | + | |
- | * '':'' | + | |
- | * '' | + | |
* etc. | * etc. | ||
The first ten characters map to '' | The first ten characters map to '' | ||
+ | The ACT name '' | ||
+ | < | ||
+ | x_0y | ||
+ | </ | ||
+ | since '' | ||
+ | < | ||
+ | x_0__y | ||
+ | </ | ||
+ | (The character used as the prefix for name mangling is repeated.) | ||
+ | A process name '' | ||
+ | < | ||
+ | foo_46_84_5 | ||
+ | </ | ||
+ | |||
+ | The main reason for name mangling is that some commercial or third-party tools (e.g. SPICE simulators) have restrictions on characters used for signal names, identifiers, |