Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| std:start [2022/07/17 10:34] – [Definitions] rajit | std:start [2025/09/16 14:33] (current) – [Runtime Functions] rajit | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ====== Functions ====== | ====== Functions ====== | ||
| + | |||
| + | ===== Parameter-type functions ===== | ||
| <code act> | <code act> | ||
| Line 24: | Line 26: | ||
| </ | </ | ||
| Computes the quantity '' | Computes the quantity '' | ||
| + | |||
| + | ===== Runtime Functions ===== | ||
| + | |||
| + | <code act> | ||
| + | export template< | ||
| + | </ | ||
| + | Given the current '' | ||
| + | |||
| + | <code act> | ||
| + | export template< | ||
| + | </ | ||
| + | Given the current '' | ||
| + | |||
| + | |||
| ====== Definitions ====== | ====== Definitions ====== | ||
| Line 36: | Line 52: | ||
| export template< | export template< | ||
| defproc ram (chan? | defproc ram (chan? | ||
| - | | + | chan? |
| </ | </ | ||
| Line 56: | Line 72: | ||
| The '' | The '' | ||
| - | * [[channels|channels]]: | ||
| * [[data|data]]: | * [[data|data]]: | ||
| + | * [[channels|channels]]: | ||
| * [[gates|gates]]: | * [[gates|gates]]: | ||
| * [[cells|cells]]: | * [[cells|cells]]: | ||
| * [[io|io]]: Standard I/O primitives | * [[io|io]]: Standard I/O primitives | ||
| + | * [[bit|bit]]: | ||