commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6993 - usrp2/trunk/fpga/control_lib


From: matt
Subject: [Commit-gnuradio] r6993 - usrp2/trunk/fpga/control_lib
Date: Sun, 18 Nov 2007 21:10:53 -0700 (MST)

Author: matt
Date: 2007-11-18 21:10:53 -0700 (Sun, 18 Nov 2007)
New Revision: 6993

Modified:
   usrp2/trunk/fpga/control_lib/buffer_int.v
Log:
unused signals commented out


Modified: usrp2/trunk/fpga/control_lib/buffer_int.v
===================================================================
--- usrp2/trunk/fpga/control_lib/buffer_int.v   2007-11-19 04:07:26 UTC (rev 
6992)
+++ usrp2/trunk/fpga/control_lib/buffer_int.v   2007-11-19 04:10:53 UTC (rev 
6993)
@@ -56,8 +56,8 @@
    wire       read = ctrl_reg[22];
    wire       write = ctrl_reg[23];
    wire       clear = ctrl_reg[24];
-   wire [2:0] port = ctrl_reg[27:25];  // Ignored in this block
-   wire [3:0] buff_num = ctrl_reg[31:28];  // Ignored here ?
+   //wire [2:0] port = ctrl_reg[27:25];  // Ignored in this block
+   //wire [3:0] buff_num = ctrl_reg[31:28];  // Ignored here ?
    
    assign     dat_to_buf = wr_dat_i;
    assign     rd_dat_o = dat_from_buf;





reply via email to

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