flow/flow_doc.md : Updates.
This commit is contained in:
parent
a4a71100cf
commit
957f814a9a
@ -90,10 +90,10 @@ Attribute | Description
|
|||||||
`init` | This is an an initialization only variable.
|
`init` | This is an an initialization only variable.
|
||||||
| Changing the value during runtime will have no effect.
|
| Changing the value during runtime will have no effect.
|
||||||
`mult` | This variable may be instantiated multiple times by the in-statement.
|
`mult` | This variable may be instantiated multiple times by the in-statement.
|
||||||
| Variables that do not have this property may only be instantiated
|
| Each variable is given a unique suffix id. Variables that do not have
|
||||||
| once per proc-instance.
|
| this property may only be instantiated once per proc-instance - albeit with possibly mulitple channels.
|
||||||
`out` | This is a subnet output variable. [See Subnet Implementation](#subnet-implementation)
|
`out` | This is a subnet output variable. [See Subnet Implementation](#subnet-implementation)
|
||||||
`no_chan` | This variable cannot be 'channelized'.
|
`no_ch` | This variable will have only a single value and cannot be 'channelized'.
|
||||||
|
|
||||||
## Schema Notation
|
## Schema Notation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user