Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
intro_example:netlist [2020/06/19 17:29] – rajit | intro_example:netlist [2022/05/13 13:22] (current) – rajit | ||
---|---|---|---|
Line 3: | Line 3: | ||
Files required: | Files required: | ||
- | * {{ : | + | * {{ : |
Line 10: | Line 10: | ||
The following '' | The following '' | ||
- | < | + | < |
defproc inv (bool? i; bool! o) | defproc inv (bool? i; bool! o) | ||
{ | { | ||
Line 50: | Line 50: | ||
| | ||
</ | </ | ||
+ | |||
+ | This tool can be used to create '' | ||
< | < | ||
$ prs2net -p " | $ prs2net -p " | ||
</ | </ | ||
+ | |||
+ | The file looks like this: | ||
< | < | ||
Line 80: | Line 84: | ||
=== (3) Simulation with Xyce === | === (3) Simulation with Xyce === | ||
+ | |||
+ | A SPICE test harness that includes the models and inverter SPICE netlist is shown below. | ||
< | < |