Author: matt
Date: 2007-09-25 20:24:47 -0600 (Tue, 25 Sep 2007)
New Revision: 6541

Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v
Log:
went too far


Modified: gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v       
2007-09-26 02:24:19 UTC (rev 6540)
+++ gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v       
2007-09-26 02:24:47 UTC (rev 6541)
@@ -117,7 +117,7 @@
    reg                aux_clk;
 
    initial aux_clk= 1'b0;
-   always #3 aux_clk = ~aux_clk;
+   always #6 aux_clk = ~aux_clk;
    
    initial clk_fpga = 1'bx;
    initial #3007 clk_fpga = 1'b0;



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to