Yu-hsin Wang has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/36380 )
Change subject: configs: Fix FastmodelCluster cpu initialization
......................................................................
configs: Fix FastmodelCluster cpu initialization
We should create the thread and the interrupt controller of fastmodel by
calling the create function explicitly.
Change-Id: I269440e144e83fa0a31d8cdf285fed31642f4f73
---
M configs/example/arm/devices.py
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/configs/example/arm/devices.py b/configs/example/arm/devices.py
index 8c50f7e..971782d 100644
--- a/configs/example/arm/devices.py
+++ b/configs/example/arm/devices.py
@@ -258,6 +258,8 @@
core.semihosting_enable = False
core.RVBARADDR = 0x10
core.redistributor = gic.redistributor
+ core.createThreads()
+ core.createInterruptController()
self.cpus = [ cpu ]
a2t = AmbaToTlmBridge64(amba=cpu.amba)
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/36380
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: I269440e144e83fa0a31d8cdf285fed31642f4f73
Gerrit-Change-Number: 36380
Gerrit-PatchSet: 1
Gerrit-Owner: Yu-hsin Wang <[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