Motivation and Expected Behavior
Currently, kernels within a dataflow region can only be connected via Streams, hence FIFOs. In some cases a simple wire is needed instead of a FIFO which is not possible on dataflow level. This makes composability harder and leads to the need to put all logic within a single kernel to avoid the usage of a FIFO.
Related resources
No response
Motivation and Expected Behavior
Currently, kernels within a dataflow region can only be connected via Streams, hence FIFOs. In some cases a simple wire is needed instead of a FIFO which is not possible on dataflow level. This makes composability harder and leads to the need to put all logic within a single kernel to avoid the usage of a FIFO.
Related resources
No response