Error while add Traffic generator beside CPU core #1887
Unanswered
amir-khademhosseini
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think your binary is not compatible with the configuration of your Arm ISA. The other problem could be that the traffic generator is overwriting the instructions that the CPU is fetching. See this error line:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am studying bus contention and have added a traffic generator alongside an ARM core in gem5. When I run the configuration with the gem5 built in 'hello' binary, the simulation runs without errors. However, when I replace the 'hello' binary with my own binary, the simulation encounters the following error:
(The binary runs correctly on its own when no traffic generator is present.)
Can any one help me with this error?
Beta Was this translation helpful? Give feedback.
All reactions