commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 70/148: changed debug pins to see incoming


From: git
Subject: [Commit-gnuradio] [gnuradio] 70/148: changed debug pins to see incoming data
Date: Mon, 15 Aug 2016 00:47:25 +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 da5953327a1aa6792c2525b524f6dcb3f0e6d816
Author: Matt Ettus <address@hidden>
Date:   Sat Dec 12 14:08:50 2009 -0800

    changed debug pins to see incoming data
---
 usrp2/fpga/top/u2_core/u2_core.v | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/usrp2/fpga/top/u2_core/u2_core.v b/usrp2/fpga/top/u2_core/u2_core.v
index e6001a4..8551efc 100644
--- a/usrp2/fpga/top/u2_core/u2_core.v
+++ b/usrp2/fpga/top/u2_core/u2_core.v
@@ -621,8 +621,9 @@ module u2_core
    dsp_core_tx dsp_core_tx
      (.clk(dsp_clk),.rst(dsp_rst),
       .set_stb(set_stb),.set_addr(set_addr),.set_data(set_data),
+      .sample(sample_tx), .run(run_tx), .strobe(strobe_tx),
       .dac_a(dac_a),.dac_b(dac_b),
-      .sample(sample_tx), .run(run_tx), .strobe(strobe_tx), 
.debug(debug_tx_dsp) );
+      .debug(debug_tx_dsp) );
 
    assign dsp_rst = wb_rst;
 
@@ -728,8 +729,8 @@ module u2_core
  */
 
    assign debug = debug_vt;
-   assign debug_gpio_0 = sample_tx;
-   assign debug_gpio_1 = 0;
+   assign debug_gpio_0 = tx_data;
+   assign debug_gpio_1 = sample_tx;
    
 endmodule // u2_core
 



reply via email to

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