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
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio