[gem5-users] cache line data based on memory accesses

2023-01-26 Thread Ghadeer Almusaddar via gem5-users
Hello All, Is there any direct way in gem5 by which I can get the data of the whole cache line for every memory read or write regardless of how many bytes are read or written from that cache line? I also want to dump cache line data due to memory accesses from a specific core (requestorId)? Thank

[gem5-users] MSHR and Writeback buffer in MOESI_AMD_Base Protocol

2023-09-07 Thread Ghadeer Almusaddar via gem5-users
Hello, How are MSHRs and Writeback buffers simulated as part of MOESI_AMD_Base protocol? is TBE used as MSHR and Writeback buffer in gem5? Thanks, Ghadeer ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le..

[gem5-users] Simulation of MSHR and write-back buffer in Ruby?

2023-09-08 Thread Ghadeer Almusaddar via gem5-users
Hello, How are MSHRs and write-back buffers implemented in Ruby? is TBE used as an MSHR and write-back buffer? If so, is it possible to control the size of MSHR or write-back buffer independently? Thanks, Ghadeer ___ gem5-users mailing list -- gem5-user

[gem5-users] Re: Simulation of MSHR and write-back buffer in Ruby?

2023-09-18 Thread Ghadeer Almusaddar via gem5-users
Hello Gabriel, Thank you so much for sharing. all the best, Ghadeer On Mon, Sep 18, 2023 at 11:30 AM gabriel.busnot--- via gem5-users < gem5-users@gem5.org> wrote: > Hi Ghadeer, > > I think this thread could help you with that: > https://gem5-workspace.slack.com/archives/C03K26BGTKL/p1694723886

[gem5-users] Re: Memory -Address -Gem5-O3

2020-07-13 Thread Ghadeer Almusaddar via gem5-users
You can get the output you are looking for by using --debug-flag=Exec and --debug-file=[file you want to write to] Also you may find --debug-start and --debug-end useful for you On Mon, Jul 13, 2020 at 12:04 PM ABD ALRHMAN ABO ALKHEEL via gem5-users < gem5-users@gem5.org> wrote: > Hi All, > > Whi