From 80610d42fc8b0a7e9ee424fb6c01d5f34f925fc3 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Fri, 6 Nov 2009 18:55:12 -0800 Subject: forgot to declare wires --- top/u2_core/u2_core.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'top/u2_core/u2_core.v') diff --git a/top/u2_core/u2_core.v b/top/u2_core/u2_core.v index ea4451c4e..bd1690b0b 100644 --- a/top/u2_core/u2_core.v +++ b/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), -- cgit v1.2.3