commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 129/148: yet another typo


From: git
Subject: [Commit-gnuradio] [gnuradio] 129/148: yet another typo
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 766125881e9ef2980b627925dba8034262d49a63
Author: Matt Ettus <address@hidden>
Date:   Fri Jan 15 15:33:26 2010 -0800

    yet another typo
---
 usrp2/fpga/udp/udp_wrapper.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usrp2/fpga/udp/udp_wrapper.v b/usrp2/fpga/udp/udp_wrapper.v
index 0bd9972..6e8d19d 100644
--- a/usrp2/fpga/udp/udp_wrapper.v
+++ b/usrp2/fpga/udp/udp_wrapper.v
@@ -69,7 +69,7 @@ module udp_wrapper
      (.clk(clk), .reset(reset), .clear(clear),
       .f19_datain(rx_int2_data), .f19_src_rdy_i(rx_int2_src_rdy), 
.f19_dst_rdy_o(rx_int2_dst_rdy),
       .f36_dataout(rx_int3_data), .f36_src_rdy_o(rx_int3_src_rdy), 
.f36_dst_rdy_i(rx_int3_dst_rdy),
-      .debug(debug_state);
+      .debug(debug_state));
    
    fifo_cascade #(.WIDTH(36),.SIZE(RXFIFOSIZE)) eth0_rxfifo
      (.clk(clk), .reset(reset), .clear(clear),



reply via email to

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