From 6f8a17e52424f479c4b67b03475931d1f75e1276 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 6 Mar 2019 14:47:00 +0800 Subject: remove static branch predictor Change-Id: Id15c9fd821ae32d4ef43b760c4c4feb072a6f346 --- src/cpu/pred/BranchPredictor.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/cpu/pred/BranchPredictor.py') diff --git a/src/cpu/pred/BranchPredictor.py b/src/cpu/pred/BranchPredictor.py index 46112b123..1b400c2b7 100644 --- a/src/cpu/pred/BranchPredictor.py +++ b/src/cpu/pred/BranchPredictor.py @@ -53,15 +53,6 @@ class BranchPredictor(SimObject): -class StaticBP(BranchPredictor): - type = 'StaticBP' - cxx_class = 'StaticBP' - cxx_header = "cpu/pred/static.hh" - - staticPrediction = Param.Bool(False, "Static prediction") - - - class LocalBP(BranchPredictor): type = 'LocalBP' cxx_class = 'LocalBP' -- cgit v1.2.3