configs: Fix duplicate branchPred reference in Simulation.py
Change-Id: I5ef5fb7ebc5fc2a4776adc43643c4df27efc341c Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18769 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
committed by
Javier Bueno Hedo
parent
27378ecbe4
commit
f0a53b8024
@@ -486,7 +486,7 @@ def run(options, root, testsys, cpu_class):
|
||||
if options.indirect_bp_type:
|
||||
IndirectBPClass = \
|
||||
BPConfig.get_indirect(options.indirect_bp_type)
|
||||
switch_cpus[i].branchPred.branchPred.indirectBranchPred = \
|
||||
switch_cpus[i].branchPred.indirectBranchPred = \
|
||||
IndirectBPClass()
|
||||
|
||||
# If elastic tracing is enabled attach the elastic trace probe
|
||||
|
||||
Reference in New Issue
Block a user