projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3cdc0d
)
added sparse memory support to hammer
author
Brad Beckmann
<Brad.Beckmann@amd.com>
Mon, 22 Mar 2010 04:22:21 +0000
(21:22 -0700)
committer
Brad Beckmann
<Brad.Beckmann@amd.com>
Mon, 22 Mar 2010 04:22:21 +0000
(21:22 -0700)
configs/ruby/MOESI_hammer.py
patch
|
blob
|
history
diff --git
a/configs/ruby/MOESI_hammer.py
b/configs/ruby/MOESI_hammer.py
index 17fcefb56f49114db964383f9ab224b5631fb57e..e68a0e23fe8aa9b8d5cb285631f6f6a603d300e8 100644
(file)
--- a/
configs/ruby/MOESI_hammer.py
+++ b/
configs/ruby/MOESI_hammer.py
@@
-113,7
+113,9
@@
def create_system(options, phys_mem, piobus, dma_devices):
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)