joinSel joins the selection stream with the the output stream.
joinSel joins the selection stream with the the output stream. Making sure the selection stream is fully synchronized with the selected stream
regSel select uses haltWhen on the selection stream, thus making sure it is only consumed when data is selected.
regSel select uses haltWhen on the selection stream, thus making sure it is only consumed when data is selected. Caution: the other direction is not synchronized. (input valid without selection stream valid). See StreamMux.joinSel for a fully synchronized version.
(Since version ) see corresponding Javadoc for more information.
Multiplex multiple streams into a single one, always only processing one at a time.