From b2b06531b8db161f0c7a084deb8d710a81fb855b Mon Sep 17 00:00:00 2001 From: "Daniel R. Carvalho" Date: Tue, 3 Sep 2019 12:08:51 +0200 Subject: configs: Port HWPConfig to the common object list Port HWPConfig to use the common object list. Change-Id: I86db6b872808f754193dbf5814dd6c951c8f1980 Signed-off-by: Daniel R. Carvalho Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20591 Tested-by: kokoro Reviewed-by: Andreas Sandberg Maintainer: Andreas Sandberg --- configs/common/ObjectList.py | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/common/ObjectList.py') diff --git a/configs/common/ObjectList.py b/configs/common/ObjectList.py index 0b08b2392..a8b2fcc21 100644 --- a/configs/common/ObjectList.py +++ b/configs/common/ObjectList.py @@ -137,6 +137,7 @@ class CPUList(ObjectList): 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) def _subclass_tester(name): -- cgit v1.2.3