summaryrefslogtreecommitdiff
path: root/configs/common/CpuConfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/common/CpuConfig.py')
-rw-r--r--configs/common/CpuConfig.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/common/CpuConfig.py b/configs/common/CpuConfig.py
index 21dabdfa9..ec1f3692a 100644
--- a/configs/common/CpuConfig.py
+++ b/configs/common/CpuConfig.py
@@ -128,6 +128,11 @@ def config_scheme(cpu_cls, cpu_list, options):
else:
cpu.useIFT = False
+ if options.trackBranch:
+ cpu.trackBranch = True
+ else:
+ cpu.trackBranch = False
+
if len(options.scheme)!=0:
cpu.simulateScheme = options.scheme
else: