commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 64/148: put new setting reg into the addres


From: git
Subject: [Commit-gnuradio] [gnuradio] 64/148: put new setting reg into the address space in the right place
Date: Mon, 15 Aug 2016 00:47:24 +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 c211688508f81f1cc1ae8d460fb5ab07b3030bcc
Author: Matt Ettus <address@hidden>
Date:   Fri Dec 11 18:32:06 2009 -0800

    put new setting reg into the address space in the right place
---
 usrp2/fpga/vrt/vita_tx_control.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usrp2/fpga/vrt/vita_tx_control.v b/usrp2/fpga/vrt/vita_tx_control.v
index 2af68c0..418bd18 100644
--- a/usrp2/fpga/vrt/vita_tx_control.v
+++ b/usrp2/fpga/vrt/vita_tx_control.v
@@ -42,7 +42,7 @@ module vita_tx_control
    reg [2:0] ibs_state;
 
    wire      clear_state;
-   setting_reg #(.my_addr(`DSP_CORE_TX_BASE+3)) sr_3
+   setting_reg #(.my_addr(BASE+3)) sr
      (.clk(clk),.rst(rst),.strobe(set_stb),.addr(set_addr),
       .in(set_data),.out(),.changed(clear_state));
    



reply via email to

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