While you're at it, can you add a short description explaining what that parameter is (since you must know if you changed it).
Nate On Thu, Mar 18, 2010 at 2:47 PM, Brad Beckmann <[email protected]> wrote: > # HG changeset patch > # User Brad Beckmann <[email protected]> > # Date 1268941833 25200 > # Node ID 52a5a14b93fee9059eb0852d9f26a6e260d29111 > # Parent 671b6b656835f28524d63f128df62e7865c381af > ruby: Disable adaptive routing by for faster simulation perf. > > diff --git a/src/mem/ruby/network/Network.py b/src/mem/ruby/network/Network.py > --- a/src/mem/ruby/network/Network.py > +++ b/src/mem/ruby/network/Network.py > @@ -138,7 +138,7 @@ > buffer_size = Param.Int(0, > "default buffer size; 0 indicates infinite buffering"); > endpoint_bandwidth = Param.Int(10000, ""); > - adaptive_routing = Param.Bool(True, ""); > + adaptive_routing = Param.Bool(False, ""); > link_latency = Param.Int(1, > "local memory latency ?? NetworkLinkLatency"); > control_msg_size = Param.Int(8, ""); > > _______________________________________________ > m5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/m5-dev > > _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
