diff options
author | Wade Fife <wade.fife@ettus.com> | 2020-03-19 13:35:59 -0500 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2020-04-14 16:37:43 -0500 |
commit | fa0f4b2833119d57d331f592028ff9f032895c89 (patch) | |
tree | 41ecf767b365a1165dfcf6a9d2bd92c6cde909d8 /fpga/usrp3/lib/axi/Makefile.srcs | |
parent | 975dbdf01f351cd05364586e326e7d43c28c6e6e (diff) | |
download | uhd-fa0f4b2833119d57d331f592028ff9f032895c89.tar.gz uhd-fa0f4b2833119d57d331f592028ff9f032895c89.tar.bz2 uhd-fa0f4b2833119d57d331f592028ff9f032895c89.zip |
fpga: lib: Add AXI-Stream splitter (axis_split)
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.
Diffstat (limited to 'fpga/usrp3/lib/axi/Makefile.srcs')
-rw-r--r-- | fpga/usrp3/lib/axi/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/axi/Makefile.srcs b/fpga/usrp3/lib/axi/Makefile.srcs index 28f63104d..bf8b3dbd2 100644 --- a/fpga/usrp3/lib/axi/Makefile.srcs +++ b/fpga/usrp3/lib/axi/Makefile.srcs @@ -33,4 +33,5 @@ axis_shift_register.v \ axis_upsizer.v \ axis_downsizer.v \ axis_width_conv.v \ +axis_split.v \ )) |