aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/split_stream_block_control.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Add support for Split Stream RFNoC blockAaron Rossetto2020-05-281-0/+109
The split stream RFNoC block is an RFNoC block that takes in a single CHDR stream and duplicates it, creating a number of output streams for each input stream. Consult the split_stream_block_control class header file for more details on block configuration and behavior, including how property and action forwarding is handled by the block.