From 08b360e0e003228d3ef2ee6ea1b5bb6eaf8da48c Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Mon, 30 Aug 2010 12:07:21 -0700 Subject: config: minor fix to probe filter index setting --- configs/ruby/MOESI_hammer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/ruby/MOESI_hammer.py b/configs/ruby/MOESI_hammer.py index d1c1cc2b0..17c1b20c4 100644 --- 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 -- cgit v1.2.3