projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d207bf
)
config: minor fix to probe filter index setting
author
Brad Beckmann
<Brad.Beckmann@amd.com>
Mon, 30 Aug 2010 19:07:21 +0000
(12:07 -0700)
committer
Brad Beckmann
<Brad.Beckmann@amd.com>
Mon, 30 Aug 2010 19:07:21 +0000
(12:07 -0700)
configs/ruby/MOESI_hammer.py
patch
|
blob
|
history
diff --git
a/configs/ruby/MOESI_hammer.py
b/configs/ruby/MOESI_hammer.py
index d1c1cc2b097598b03aacba31e07f1b971dc7c2a6..17c1b20c444f2148be61a6fd9a5986401aaed726 100644
(file)
--- a/
configs/ruby/MOESI_hammer.py
+++ b/
configs/ruby/MOESI_hammer.py
@@
-152,7
+152,8
@@
def create_system(options, system, piobus, dma_devices):
dir_size = MemorySize('0B')
dir_size.value = mem_module_size
- pf = ProbeFilter(size = pf_size, assoc = 4)
+ pf = ProbeFilter(size = pf_size, assoc = 4,
+ start_index_bit = pf_start_bit)
dir_cntrl = Directory_Controller(version = i,
directory = \
@@
-164,8
+165,7
@@
def create_system(options, system, piobus, dma_devices):
options.map_levels),
probeFilter = pf,
memBuffer = mem_cntrl,
- probe_filter_enabled = \
- options.pf_on)
+ probe_filter_enabled = options.pf_on)
if options.recycle_latency:
dir_cntrl.recycle_latency = options.recycle_latency