Earl Ou has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/40355 )
Change subject: fastmodel: fix cntfrq in A76
......................................................................
fastmodel: fix cntfrq in A76
Change-Id: I7d1167e8b61d6768039c34fe1ee54560f7845dfa
---
M src/arch/arm/fastmodel/CortexA76/cortex_a76.cc
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/arch/arm/fastmodel/CortexA76/cortex_a76.cc
b/src/arch/arm/fastmodel/CortexA76/cortex_a76.cc
index 11e8c98..5da724b 100644
--- a/src/arch/arm/fastmodel/CortexA76/cortex_a76.cc
+++ b/src/arch/arm/fastmodel/CortexA76/cortex_a76.cc
@@ -42,7 +42,7 @@
for (auto *tc : threadContexts)
tc->setMiscRegNoEffect(ArmISA::MISCREG_CNTFRQ_EL0,
params().cntfrq);
- evs_base_cpu->setSysCounterFrq(cluster->params().cntfrq);
+ evs_base_cpu->setSysCounterFrq(params().cntfrq);
}
void
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/40355
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I7d1167e8b61d6768039c34fe1ee54560f7845dfa
Gerrit-Change-Number: 40355
Gerrit-PatchSet: 1
Gerrit-Owner: Earl Ou <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s