Replies: 1 comment 1 reply
-
@Rhythmicc I recommend checking out this tutorial, as it might provide helpful insights and answers to your question: gem5 bootcamp 2022: Instruction execution and adding instructions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add instructions in
src/arch/riscv/isa/decoder.isa
. My software will save the array's address to the register and then access the array in a similar way:But when executing, I encountered a segmentation fault. I believe this is a problem with the way I'm accessing memory. Could you please advise on how to correctly access the values in the array?
Beta Was this translation helpful? Give feedback.
All reactions