Hi everyone,
I am getting similar issues with my implementation. I am getting a panic
error when I bypass a block from private level to main memory, I also
asumed a block is written to public level only from private level
victimizing and does not from main memory filling.
Any suggestion? Thanks i
I have been looking at the debug flags for debugging in amd-gem5. When I turn
on the TLB flag, it traces all TLB transactions - Instruction and Data.
Is there a way to only get the Data-TLB transactions and not the Instruction
ones (the latter tends to blow up the trace file size very quickly) ?
Hi, All,
I am trying multi program simulation using spec2006 benchmarks. When I
configure a multicore system and assign each core a different benchmark, I find
that eventually there are only part of the cores are working. That means
eventually there are only 1 or 2 cores has statistics, but the
Hello All,
First of all, I should point out that this is related to a previous
question I have posted in
https://www.mail-archive.com/gem5-users@gem5.org/msg16701.html but I
believe the discussion has diverted from the initial problem so I thought
it might be a good idea to start another thread.