commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6510 - gnuradio/branches/developers/matt/u2f/top/u2_sim
Date: Sun, 23 Sep 2007 18:54:49 -0600 (MDT)

Author: matt
Date: 2007-09-23 18:54:49 -0600 (Sun, 23 Sep 2007)
New Revision: 6510

Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v
Log:
move out of the way of the ethernet address space


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-24 00:54:05 UTC (rev 6509)
+++ gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v       
2007-09-24 00:54:49 UTC (rev 6510)
@@ -270,7 +270,7 @@
 
    // End the simulation
    always @(posedge wb_clk)
-     if((u2_basic.m0_we == 1'd1)&&(u2_basic.m0_adr == 16'hC200))
+     if((u2_basic.m0_we == 1'd1)&&(u2_basic.m0_adr == 16'hC2F0))
        $finish;
        
        





reply via email to

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