commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6541 - gnuradio/branches/developers/matt/u2f/top/u2_sim
Date: Tue, 25 Sep 2007 20:24:49 -0600 (MDT)

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;





reply via email to

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