commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6511 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Sun, 23 Sep 2007 18:55:15 -0600 (MDT)

Author: matt
Date: 2007-09-23 18:55:15 -0600 (Sun, 23 Sep 2007)
New Revision: 6511

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-09-24 00:54:49 UTC (rev 6510)
+++ gnuradio/branches/developers/matt/u2f/control_lib/buffer_pool.v     
2007-09-24 00:55:15 UTC (rev 6511)
@@ -299,7 +299,7 @@
                    .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 = 0; // (|error) | (|done);
    //assign sys_int_o = 0;
    
 endmodule // buffer_pool





reply via email to

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