Javier Bueno Hedo has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/18769 )

Change subject: configs: Fix duplicate branchPred reference in Simulation.py
......................................................................

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 <[email protected]>
Reviewed-by: Andreas Sandberg <[email protected]>
Maintainer: Andreas Sandberg <[email protected]>
---
M configs/common/Simulation.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Andreas Sandberg: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass



diff --git a/configs/common/Simulation.py b/configs/common/Simulation.py
index 078ec0f..56107c1 100644
--- a/configs/common/Simulation.py
+++ b/configs/common/Simulation.py
@@ -486,7 +486,7 @@
             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

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/18769
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I5ef5fb7ebc5fc2a4776adc43643c4df27efc341c
Gerrit-Change-Number: 18769
Gerrit-PatchSet: 3
Gerrit-Owner: Javier Bueno Hedo <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Javier Bueno Hedo <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to