changeset 43bc3665c52b in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=43bc3665c52b
description:
config: ruby: remove memory controller from network test
It is not in use and not required as such.
diffstat:
configs/ruby/Network_test.py | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
diffs (35 lines):
diff -r ae43fc4d78cb -r 43bc3665c52b configs/ruby/Network_test.py
--- a/configs/ruby/Network_test.py Mon Apr 14 19:30:24 2014 -0400
+++ b/configs/ruby/Network_test.py Sat Apr 19 09:00:30 2014 -0500
@@ -101,23 +101,7 @@
assert(phys_mem_size % options.num_dirs == 0)
mem_module_size = phys_mem_size / options.num_dirs
- # Run each of the ruby memory controllers at a ratio of the frequency of
- # the ruby system.
- # clk_divider value is a fix to pass regression.
- ruby_system.memctrl_clk_domain = DerivedClockDomain(
- clk_domain=ruby_system.clk_domain,
- clk_divider=3)
-
for i in xrange(options.num_dirs):
- #
- # Create the Ruby objects associated with the directory controller
- #
-
- mem_cntrl = RubyMemoryControl(
- clk_domain = ruby_system.memctrl_clk_domain,
- version = i,
- ruby_system = ruby_system)
-
dir_size = MemorySize('0B')
dir_size.value = mem_module_size
@@ -125,7 +109,6 @@
directory = \
RubyDirectoryMemory(version = i,
size = dir_size),
- memBuffer = mem_cntrl,
ruby_system = ruby_system)
exec("ruby_system.dir_cntrl%d = dir_cntrl" % i)
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev