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 11:49] – [Low-level circuit design and SPICE simulation] rajit | intro_example:start [2025/08/24 16:46] (current) – [Circuit examples] rajit | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| * A simple [[inverter|inverter]] in PRS, along with a simulation using [[tools: | * A simple [[inverter|inverter]] in PRS, along with a simulation using [[tools: | ||
| * More [[gates|combinational gates]] in PRS, and simulating with [[http:// | * More [[gates|combinational gates]] in PRS, and simulating with [[http:// | ||
| - | * A [[templates|parameterized adder]] using templates | ||
| * Dependent [[template_deps|templates]] | * Dependent [[template_deps|templates]] | ||
| * Using [[standard_sim|standard testing environments]] | * Using [[standard_sim|standard testing environments]] | ||
| Line 23: | Line 22: | ||
| *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]] | ||
| Line 32: | Line 32: | ||
| * 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 | ||
| Line 43: | Line 44: | ||
| * Specifying transistor [[sizing|sizes]] for CMOS implementation | * Specifying transistor [[sizing|sizes]] for CMOS implementation | ||
| * Generating spice [[netlist|netlist]] and simulation with [[https:// | * Generating spice [[netlist|netlist]] and simulation with [[https:// | ||
| - | * Name mangling in ACT | + | |
| ===== External tools ===== | ===== External tools ===== | ||