Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
intro_example:start [2025/05/20 12:18] – [Circuit examples] rajit | intro_example:start [2025/05/22 10:01] (current) – [Organizing your design] rajit | ||
---|---|---|---|
Line 23: | Line 23: | ||
*Other ways to write the [[intro_example: | *Other ways to write the [[intro_example: | ||
* [[assertions|Assertions]] in parameterized definitions | * [[assertions|Assertions]] in parameterized definitions | ||
+ | * [[name_mangling|Expanded names]] in ACT | ||
* Using [[.pure_struct|pure structures]] | * Using [[.pure_struct|pure structures]] | ||
* Defining [[.operators|operators]] | * Defining [[.operators|operators]] | ||
- | * [[name_mangling|Name mangling]] in ACT | + | |
===== Organizing your design ===== | ===== Organizing your design ===== | ||
Line 32: | Line 33: | ||
* Creating [[namespace|libraries and namespaces]] | * Creating [[namespace|libraries and namespaces]] | ||
+ | * Organizing your [[files|files]] | ||
* Tracking [[dependencies|dependencies]] between ACT files | * Tracking [[dependencies|dependencies]] between ACT files | ||