Re: [gem5-users] Understanding cache output

2018-04-06 Thread Eliot Moss
On 4/6/2018 1:32 AM, Barbora Murinová wrote: Hi all, I've been running se.py with the arguments --caches --cacheline_size=8 on a small program: int a = 42; int *p = *a = 10; And trying to understand the data cache output for this piece of code. For every access, the data cache claims to

[gem5-users] Understanding cache output

2018-04-05 Thread Barbora Murinová
Hi all, I've been running se.py with the arguments --caches --cacheline_size=8 on a small program: int a = 42; int *p = *a = 10; And trying to understand the data cache output for this piece of code. For every access, the data cache claims to have a hit, although the first two are supposed to