This is a feature request to extend the stream_join IP or provide the extended functionality in a separate IP.
Currently, the stream_join IP enforces:
all of the streams to be joined together
all input handshakes to occur simultaneously, i.e. an input stream is granted ready only after all input streams are valid
Conversely, we seek the following features:
dynamically select a subset of streams to be joined
allow input streams to be granted independently of each other
Feature (1) is similar to the functionality stream_fork_dynamic provides over stream_fork. The stream_fork IP is "specular" in its functionality to stream_join.
This is a feature request to extend the
stream_join
IP or provide the extended functionality in a separate IP.Currently, the
stream_join
IP enforces:Conversely, we seek the following features:
Feature (1) is similar to the functionality
stream_fork_dynamic
provides overstream_fork
. Thestream_fork
IP is "specular" in its functionality tostream_join
.