commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7709 - gnuradio/branches/developers/zhuochen/inband/u


From: zhuochen
Subject: [Commit-gnuradio] r7709 - gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib
Date: Fri, 15 Feb 2008 14:26:07 -0700 (MST)

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 ),





reply via email to

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