Author: matt
Date: 2007-09-25 19:50:30 -0600 (Tue, 25 Sep 2007)
New Revision: 6538

Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v
Log:
bootloads faster


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 01:13:12 UTC (rev 6537)
+++ gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v       
2007-09-26 01:50:30 UTC (rev 6538)
@@ -1,8 +1,6 @@
 `timescale 1ns / 1ps
 
//////////////////////////////////////////////////////////////////////////////////
 
-// Nearly everything is an input
-
 module u2_sim_top();
    // Misc, debug
    wire led1;
@@ -119,7 +117,7 @@
    reg                aux_clk;
 
    initial aux_clk= 1'b0;
-   always #23 aux_clk = ~aux_clk;
+   always #3 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