[gem5-users] Re: How to set data breakpoints/watchpoints in FS/SE modes

2021-07-27 Thread Giacomo Travaglini via gem5-users
Hi Preet > -Original Message- > From: Preet Derasari via gem5-users > Sent: 24 July 2021 17:05 > To: gem5-users@gem5.org > Cc: Preet Derasari > Subject: [gem5-users] How to set data breakpoints/watchpoints in FS/SE > modes > > Hi! > > I am trying to figure out ways in which I can use gem

[gem5-users] Adding ArmTLB to prefetchers

2021-07-27 Thread Burak Öçalan via gem5-users
Hi. I'm working on Indirect Memory Prefetcher. This prefetcher requires a TLB to work correctly. As far as I understand, I need to add the TLB manually. In x86 simulations, I simply create a new X86TLB and give it to the prefetcher in Prefetcher.py file. In SE mode it works, this is enough for th

[gem5-users] Switching to KVM Fastforwarding for Certain Functions/Regions and Detailed CPU for the Rest

2021-07-27 Thread Kunal Sareen via gem5-users
Hi all, I'm quite new to using gem5 for research and had a few questions regarding the KVM CPU and switching between fastforwarding and detailed simulation on the fly. I am interested in running some long benchmarks. However I essentially want to skip the execution of certain functions in the ben