[gem5-users] Doubts in packet and request

2018-11-09 Thread Riddhi Thakker
Hello all, I have observed that when I run benchmarks, the size of the packet is always 64 bytes. Where as if I run small SE programs the sizes turns out to be different. If I call an instruction of 'int' size, it will not call the packet of size 64 bytes, it should be lesser. Following are my

[gem5-users] How to modify the Cache Timing Model ?

2018-11-09 Thread 梁政
Hi I am reading the latest code of gem5 and try to make the cache model more flexible (e.g., allowing non-constant access latency). So I will change the timing behavior of the Cache class. Currently, I am reading the code in /mem/cache. I found that two major classes have their timing