commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 34/148: forgot to declare wires


From: git
Subject: [Commit-gnuradio] [gnuradio] 34/148: forgot to declare wires
Date: Mon, 15 Aug 2016 00:47:22 +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 df8e2b4bbadd6ee98ba2d52e2e2301920354768d
Author: Matt Ettus <address@hidden>
Date:   Fri Nov 6 18:55:12 2009 -0800

    forgot to declare wires
---
 usrp2/fpga/top/u2_core/u2_core.v | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/usrp2/fpga/top/u2_core/u2_core.v b/usrp2/fpga/top/u2_core/u2_core.v
index ea4451c..bd1690b 100644
--- a/usrp2/fpga/top/u2_core/u2_core.v
+++ b/usrp2/fpga/top/u2_core/u2_core.v
@@ -566,6 +566,10 @@ module u2_core
       
.fifo_occupied(dsp_rx_occ),.fifo_full(dsp_rx_full),.fifo_empty(dsp_rx_empty),
       .debug_rx(debug_rx) );
 */
+   wire         rx_dst_rdy, rx_src_rdy, rx1_dst_rdy, rx1_src_rdy;
+   wire [99:0]          rx_data;
+   wire [35:0]          rx1_data;
+   
    vita_rx_control #(.BASE(SR_RX_CTRL)) vita_rx_control
      (.clk(dsp_clk), .reset(dsp_rst), .clear(0),
       .set_stb(set_stb),.set_addr(set_addr),.set_data(set_data),



reply via email to

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