aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/axi/axis_split.v
Commit message (Collapse)AuthorAgeFilesLines
* fpga: lib: Add AXI-Stream splitter (axis_split)Wade Fife2020-04-141-0/+128
The axis_split module takes a single AXI-Stream input and duplicates it onto multiple AXI-Stream outputs. This block correctly handles the somewhat tricky flow-control logic so that the AXI-Stream handshake protocol is honored at all top-level ports.