Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| intro_example:sizing [2020/12/02 06:00] – external edit 127.0.0.1 | intro_example:sizing [2022/05/13 13:21] (current) – rajit | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ====== Example 1 - Basic sizing ====== | ====== Example 1 - Basic sizing ====== | ||
| Now, using our inverter example from first tutorial (inv.act), we can specify sizing for unit sized inverter as: | Now, using our inverter example from first tutorial (inv.act), we can specify sizing for unit sized inverter as: | ||
| - | < | + | < |
| defproc inv (bool? in; bool! out) | defproc inv (bool? in; bool! out) | ||
| { | { | ||
| Line 31: | Line 31: | ||
| We could also write the same inverter description using '' | We could also write the same inverter description using '' | ||
| - | < | + | < |
| template< | template< | ||
| defproc inv (bool? in; bool! out) | defproc inv (bool? in; bool! out) | ||
| Line 52: | Line 52: | ||
| The [[language: | The [[language: | ||
| - | < | + | < |
| defproc inv (bool? i; bool! o) | defproc inv (bool? i; bool! o) | ||
| { | { | ||