[gem5-users] How do I fix extraDataValid error while trying to run a test program on a gem5 simple ARM configuration with cache?

2023-05-10 Thread Pedro Corrêa Rigotto via gem5-users
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

[gem5-users] Re: How do I fix extraDataValid error while trying to run a test program on a gem5 simple ARM configuration with cache?

2023-05-16 Thread Pedro Corrêa Rigotto via gem5-users
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 > >

[gem5-users] Prefetching during instruction decode

2023-08-16 Thread Pedro Corrêa Rigotto via gem5-users
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

[gem5-users] Re: Prefetching during instruction decode

2023-08-30 Thread Pedro Corrêa Rigotto via gem5-users
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