commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6037 - gnuradio/branches/developers/matt/u2f/control_


From: matt
Subject: [Commit-gnuradio] r6037 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Thu, 19 Jul 2007 18:08:22 -0600 (MDT)

Author: matt
Date: 2007-07-19 18:08:22 -0600 (Thu, 19 Jul 2007)
New Revision: 6037

Modified:
   gnuradio/branches/developers/matt/u2f/control_lib/buffer_pool.v
Log:
turn off interrupts


Modified: gnuradio/branches/developers/matt/u2f/control_lib/buffer_pool.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/buffer_pool.v     
2007-07-20 00:07:41 UTC (rev 6036)
+++ gnuradio/branches/developers/matt/u2f/control_lib/buffer_pool.v     
2007-07-20 00:08:22 UTC (rev 6037)
@@ -298,7 +298,8 @@
                    .i2(rd_dat_o[2]), .i3(rd_dat_o[3]), .i4(rd_dat_o[4]),
                    .i5(rd_dat_o[5]), .i6(rd_dat_o[6]), 
.i7(rd_dat_o[7]),.o(rd3_dat_o));
 
-   assign sys_int_o = (|error) | (|done);
+   //assign sys_int_o = (|error) | (|done);
+   assign sys_int_o = 0;
       
 endmodule // buffer_pool
 





reply via email to

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