Author: zhuochen
Date: 2008-02-15 14:26:05 -0700 (Fri, 15 Feb 2008)
New Revision: 7709
Modified:
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/packet_builder.v
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/rx_buffer_inband.v
Log:
forgot to set correct number of channels
Modified:
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/packet_builder.v
===================================================================
---
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/packet_builder.v
2008-02-15 21:04:57 UTC (rev 7708)
+++
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/packet_builder.v
2008-02-15 21:26:05 UTC (rev 7709)
@@ -1,4 +1,4 @@
-module packet_builder #(parameter NUM_CHAN = 1)(
+module packet_builder #(parameter NUM_CHAN = 2)(
// System
input rxclk,
input reset,
Modified:
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/rx_buffer_inband.v
===================================================================
---
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/rx_buffer_inband.v
2008-02-15 21:04:57 UTC (rev 7708)
+++
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/rx_buffer_inband.v
2008-02-15 21:26:05 UTC (rev 7709)
@@ -119,7 +119,7 @@
.rxclk ( rxclk ),
.reset ( reset ),
.adctime ( adctime ),
- .channels ( 4'd1 ), //need to be tested and changed to channels
+ .channels ( 4'd2 ), //need to be tested and changed to channels
.chan_rdreq ( chan_rdreq ),
.chan_fifodata ( chan_fifodata ),
.chan_empty ( chan_empty ),
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio