commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6789 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Fri, 2 Nov 2007 00:32:30 -0600 (MDT)

Author: matt
Date: 2007-11-02 00:32:30 -0600 (Fri, 02 Nov 2007)
New Revision: 6789

Modified:
   gnuradio/branches/developers/matt/u2f/control_lib/timer.v
Log:
now only interrupts on the exact time you tell it


Modified: gnuradio/branches/developers/matt/u2f/control_lib/timer.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/timer.v   2007-11-02 
06:25:16 UTC (rev 6788)
+++ gnuradio/branches/developers/matt/u2f/control_lib/timer.v   2007-11-02 
06:32:30 UTC (rev 6789)
@@ -31,7 +31,7 @@
          int_time <= 0;
          int_reg <= 0;
        end
-     else if(|int_time && (time_wb >= int_time))
+     else if(|int_time && (master_time == int_time))
        begin
          int_time <= 0;
          int_reg <= 1;





reply via email to

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