Seems like this should be folded with the previous.
On Sat, Dec 12, 2009 at 2:37 PM, Brad Beckmann <[email protected]> wrote: > # HG changeset patch > # User Brad Beckmann <[email protected]> > # Date 1260657435 28800 > # Node ID 7cecf4257a724ff3ad529e48f2fd3f2c32872cf4 > # Parent 1788fb1fa57c0b95f0ec58b991cbb503a98c276c > ruby: fixed dir_cntrl name in memtest-ruby.py > > diff -r 1788fb1fa57c -r 7cecf4257a72 configs/example/memtest-ruby.py > --- a/configs/example/memtest-ruby.py Sat Dec 12 14:37:15 2009 -0800 > +++ b/configs/example/memtest-ruby.py Sat Dec 12 14:37:15 2009 -0800 > @@ -134,7 +134,8 @@ > network = SimpleNetwork(topology = makeCrossbar(l1_cntrl_nodes + \ > dir_cntrl_nodes)) > > -mem_size_mb = sum([int(dc.directory.size_mb) for dc in dc_nodes]) > +mem_size_mb = sum([int(dir_cntrl.directory.size_mb) \ > + for dir_cntrl in dir_cntrl_nodes]) > > system.ruby = RubySystem(network = network, > profiler = RubyProfiler(), > > _______________________________________________ > 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
