Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision | ||
language:langs:dflow [2023/02/11 17:02] – [Split] rajit | language:langs:dflow [2023/02/11 17:04] – [Deterministic and non-deterministic merge] rajit | ||
---|---|---|---|
Line 137: | Line 137: | ||
</ | </ | ||
For each output generated, the control channel '' | For each output generated, the control channel '' | ||
+ | This syntax is also supported for the deterministic merge. | ||
+ | <code act> | ||
+ | dataflow { | ||
+ | {*} I0, I1 -> O, c | ||
+ | } | ||
+ | </ | ||
+ | In both these cases, the control output channel must have the exact bitwidth needed to specify which input token was routed to the output. | ||
===== Sink ===== | ===== Sink ===== | ||