commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6544 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Wed, 26 Sep 2007 12:38:21 -0600 (MDT)

Author: matt
Date: 2007-09-26 12:38:21 -0600 (Wed, 26 Sep 2007)
New Revision: 6544

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


Modified: gnuradio/branches/developers/matt/u2f/control_lib/buffer_pool.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/buffer_pool.v     
2007-09-26 06:08:49 UTC (rev 6543)
+++ gnuradio/branches/developers/matt/u2f/control_lib/buffer_pool.v     
2007-09-26 18:38:21 UTC (rev 6544)
@@ -299,7 +299,6 @@
                    .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 = 0; // (|error) | (|done);
-   //assign sys_int_o = 0;
+   assign sys_int_o = (|error) | (|done);
    
 endmodule // buffer_pool





reply via email to

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