commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6937 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Thu, 15 Nov 2007 15:30:46 -0700 (MST)

Author: matt
Date: 2007-11-15 15:30:46 -0700 (Thu, 15 Nov 2007)
New Revision: 6937

Modified:
   gnuradio/branches/developers/matt/u2f/control_lib/settings_bus.v
Log:
works with wb clk


Modified: gnuradio/branches/developers/matt/u2f/control_lib/settings_bus.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/settings_bus.v    
2007-11-15 22:14:03 UTC (rev 6936)
+++ gnuradio/branches/developers/matt/u2f/control_lib/settings_bus.v    
2007-11-15 22:30:46 UTC (rev 6937)
@@ -39,7 +39,7 @@
      else
        wb_ack_o <= wb_stb_i & ~wb_ack_o;
 
-   always @(posedge sys_clk)
+   always @(posedge wb_clk)
      stb_int_d1 <= stb_int;
 
    assign strobe = stb_int & ~stb_int_d1;





reply via email to

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