commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6538 - gnuradio/branches/developers/matt/u2f/top/u2_s


From: matt
Subject: [Commit-gnuradio] r6538 - gnuradio/branches/developers/matt/u2f/top/u2_sim
Date: Tue, 25 Sep 2007 19:50:32 -0600 (MDT)

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;





reply via email to

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