changeset 3b9335a18b4c in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=3b9335a18b4c
description:
        added sparse memory support to hammer

diffstat:

1 file changed, 3 insertions(+), 1 deletion(-)
configs/ruby/MOESI_hammer.py |    4 +++-

diffs (14 lines):

diff -r a200627c3d42 -r 3b9335a18b4c configs/ruby/MOESI_hammer.py
--- a/configs/ruby/MOESI_hammer.py      Sun Mar 21 21:22:21 2010 -0700
+++ b/configs/ruby/MOESI_hammer.py      Sun Mar 21 21:22:21 2010 -0700
@@ -113,7 +113,9 @@
         dir_cntrl = Directory_Controller(version = i,
                                          directory = \
                                          RubyDirectoryMemory(version = i,
-                                                             size = dir_size),
+                                               size = dir_size,
+                                               use_map = options.use_map,
+                                               map_levels = 
options.map_levels),
                                          memBuffer = mem_cntrl)
 
         dir_cntrl_nodes.append(dir_cntrl)
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to