commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 126/148: add debug pins to find the problem


From: git
Subject: [Commit-gnuradio] [gnuradio] 126/148: add debug pins to find the problem with lost eof in the udp core
Date: Mon, 15 Aug 2016 00:47:33 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

nwest pushed a commit to annotated tag old_usrp_devel_udp
in repository gnuradio.

commit 2085083d68354bee8cfdc55eb4677f9b76541948
Author: Matt Ettus <address@hidden>
Date:   Fri Jan 15 12:05:43 2010 -0800

    add debug pins to find the problem with lost eof in the udp core
---
 usrp2/fpga/udp/udp_wrapper.v | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usrp2/fpga/udp/udp_wrapper.v b/usrp2/fpga/udp/udp_wrapper.v
index 7a32c6a..91b6672 100644
--- a/usrp2/fpga/udp/udp_wrapper.v
+++ b/usrp2/fpga/udp/udp_wrapper.v
@@ -77,7 +77,7 @@ module udp_wrapper
 
    assign debug = { { 1'b0, rx_f19_data[18:16], rx_f19_src_rdy_i, 
rx_f19_dst_rdy_o, rx_f36_src_rdy_o, rx_f36_dst_rdy_i },
                    { 2'b0, rx_int1_src_rdy, rx_int1_dst_rdy, rx_int2_src_rdy, 
rx_int2_dst_rdy, rx_int3_src_rdy, rx_int3_dst_rdy},
-                   { 4'b0, rx_f36_data[35:32] },
-                   { 8'b0 } };
+                   { rx_int3_data[35:32],, rx_f36_data[35:32] },
+                   { 2'b0, rx_int1_data[18:16], rx_int2_data[18:16] } };
    
 endmodule // udp_wrapper



reply via email to

[Prev in Thread] Current Thread [Next in Thread]