Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
language:langs:dflow [2023/02/11 12:02]
rajit [Split]
language:langs:dflow [2023/02/11 12:04]
rajit [Deterministic and non-deterministic merge]
Line 137: Line 137:
 </code> </code>
 For each output generated, the control channel ''c'' will produce a 0 or 1 token depending on the choice made by the arbiter. For each output generated, the control channel ''c'' will produce a 0 or 1 token depending on the choice made by the arbiter.
 +This syntax is also supported for the deterministic merge.  
 +<code act> 
 +dataflow { 
 + {*} I0, I1 -> O, c 
 +
 +</code> 
 +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 =====