commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 124/148: try proper reset


From: git
Subject: [Commit-gnuradio] [gnuradio] 124/148: try proper reset
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 18acb2261979b8cdfa3ad26664311033667b864d
Author: Matt Ettus <address@hidden>
Date:   Thu Jan 14 18:13:35 2010 -0800

    try proper reset
---
 usrp2/fpga/simple_gemac/simple_gemac_wrapper19.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usrp2/fpga/simple_gemac/simple_gemac_wrapper19.v 
b/usrp2/fpga/simple_gemac/simple_gemac_wrapper19.v
index b9d33cc..e13fd29 100644
--- a/usrp2/fpga/simple_gemac/simple_gemac_wrapper19.v
+++ b/usrp2/fpga/simple_gemac/simple_gemac_wrapper19.v
@@ -119,7 +119,7 @@ module simple_gemac_wrapper19
      (.wclk(sys_clk), .datain(tx_f19_data), 
       .src_rdy_i(tx_f19_src_rdy), .dst_rdy_o(tx_f19_dst_rdy), .space(),
       .rclk(tx_clk), .dataout(tx_f19_data_int1), 
-      .src_rdy_o(tx_f19_src_rdy_int1), .dst_rdy_i(tx_f19_dst_rdy_int1), 
.occupied(), .arst(reset));
+      .src_rdy_o(tx_f19_src_rdy_int1), .dst_rdy_i(tx_f19_dst_rdy_int1), 
.occupied(), .arst(rx_reset));
    
    fifo19_to_ll8 fifo19_to_ll8
      (.clk(tx_clk), .reset(tx_reset), .clear(clear),



reply via email to

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