Author: matt
Date: 2007-09-20 17:46:02 -0600 (Thu, 20 Sep 2007)
New Revision: 6491
Modified:
gnuradio/branches/developers/matt/u2f/sdr_lib/rx_control.v
Log:
declared some wires
Modified: gnuradio/branches/developers/matt/u2f/sdr_lib/rx_control.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/sdr_lib/rx_control.v 2007-09-20
23:37:14 UTC (rev 6490)
+++ gnuradio/branches/developers/matt/u2f/sdr_lib/rx_control.v 2007-09-20
23:46:02 UTC (rev 6491)
@@ -28,11 +28,12 @@
setting_reg #(.my_addr(`DSP_CORE_RX_BASE+3)) sr
(.clk(clk),.rst(rst),.strobe(set_stb),.addr(set_addr),
.in(set_data),.out(run_rx),.changed());
-
+
// Buffer interface to internal FIFO
wire write, full, read, empty;
reg xfer_active;
reg sop_i, eop_i;
+ wire sop_o, eop_o;
always @(posedge clk)
if(rst)
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio