Good afternoon.
I encountered this error while trying to run an ARM configuration with one
of the scripts in the learning_gem5 folder. The following is my post on
Stack Overflow, which received an answer directing me to this mailing list.
I am learning how to use gem5. I followed the learning_gem5
TimingSimpleCPU
> --caches
>
> I would suggest you to look at m5out/config.ini files from both runs and
> see what's different between the two configurations. That might help you to
> figure out how to modify your simulation script to make it work for ARM.
>
> -Ayaz
>
>
For my research, I need to do some instruction prefetching during the
decoding step of specific instructions, which are not memory access
instructions. I am using Syscall Emulation mode, and I'm studying the x86,
ARM and RISC-V ISAs, however I will use whichever one works for this
purpose. I tried
ed, Aug 16, 2023 at 11:21 AM Pedro Corrêa Rigotto via gem5-users <
> gem5-users@gem5.org> wrote:
>
>> For my research, I need to do some instruction prefetching during the
>> decoding step of specific instructions, which are not memory access
>> instructions. I am using S