summaryrefslogtreecommitdiff
path: root/configs/common/ObjectList.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/common/ObjectList.py')
-rw-r--r--configs/common/ObjectList.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/common/ObjectList.py b/configs/common/ObjectList.py
index a8b2fcc21..62e0db10f 100644
--- a/configs/common/ObjectList.py
+++ b/configs/common/ObjectList.py
@@ -139,6 +139,7 @@ bp_list = ObjectList(m5.objects.BranchPredictor)
cpu_list = CPUList(m5.objects.BaseCPU)
hwp_list = ObjectList(m5.objects.BasePrefetcher)
indirect_bp_list = ObjectList(m5.objects.IndirectPredictor)
+mem_list = ObjectList(m5.objects.AbstractMemory)
def _subclass_tester(name):
sub_class = getattr(m5.objects, name, None)