From 60579e8d74cecea5737a4502599ccf77e9e6a35e Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Sun, 10 Jul 2011 12:56:08 -0500 Subject: O3: Make sure fetch doesn't go off into the weeds during speculation. --- src/sim/System.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sim/System.py') diff --git a/src/sim/System.py b/src/sim/System.py index fd707c353..a6897d834 100644 --- a/src/sim/System.py +++ b/src/sim/System.py @@ -44,8 +44,9 @@ class System(SimObject): def swig_objdecls(cls, code): code('%include "python/swig/system.i"') - physmem = Param.PhysicalMemory(Parent.any, "physical memory") + physmem = Param.PhysicalMemory("Physical Memory") mem_mode = Param.MemoryMode('atomic', "The mode the memory system is in") + memories = VectorParam.PhysicalMemory(Self.all, "All memories is the system") work_item_id = Param.Int(-1, "specific work item id") work_begin_cpu_id_exit = Param.Int(-1, -- cgit v1.2.3