diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-18 14:17:46 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:21 -0700 |
commit | f5ef91168704f2203b006f515c6c889bb696af2f (patch) | |
tree | 0137fe3e166aacd7bbd585589c7835a326d684ca /usrp2/fifo/fifo36_mux.v | |
parent | 262c6e9225889a1ff4afd045ad0c6d929d06478c (diff) | |
download | uhd-f5ef91168704f2203b006f515c6c889bb696af2f.tar.gz uhd-f5ef91168704f2203b006f515c6c889bb696af2f.tar.bz2 uhd-f5ef91168704f2203b006f515c6c889bb696af2f.zip |
u1p: pass tx status/error packets back through GPIF over the response channel (short packets)
Diffstat (limited to 'usrp2/fifo/fifo36_mux.v')
-rw-r--r-- | usrp2/fifo/fifo36_mux.v | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp2/fifo/fifo36_mux.v b/usrp2/fifo/fifo36_mux.v index 7f0f803ff..2b454abaf 100644 --- a/usrp2/fifo/fifo36_mux.v +++ b/usrp2/fifo/fifo36_mux.v @@ -74,4 +74,5 @@ module fifo36_mux (.clk(clk), .reset(reset), .clear(clear), .datain(data_int), .src_rdy_i(src_rdy_int), .dst_rdy_o(dst_rdy_int), .dataout(data_o), .src_rdy_o(src_rdy_o), .dst_rdy_i(dst_rdy_i)); -endmodule // fifo36_demux + +endmodule // fifo36_mux |