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 [2023/04/08 16:16] (current) – [Nested namespaces] 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 '' | ||
+ | |||
+ | |||
+ | |||
+ | |||
====== Definitions ====== | ====== Definitions ====== | ||
Line 36: | Line 49: | ||
export template< | export template< | ||
defproc ram (chan? | defproc ram (chan? | ||
- | | + | chan? |
</ | </ | ||
Line 56: | Line 69: | ||
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]]: | ||