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
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..
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
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
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