My guess is either or both:
1. Caches are too big.
2. Simulation didn't run for long enough.
So that, in the end, there wasn't any writeback requests issued down
to the memory controller. Just as a sanity check, try running it for a
while with really small caches.
Byn
On Apr 5, 2010, at 8:16 PM, Xing Zhang wrote:
Hi,
I want to get memory access trace of memory subsystem. I did it by
adding some code to issueRequest in MemoryControl.c(ruby/system).
The MemoryConrol.[hC] models memory controller component, I think
it's the right place to trace memory request. But the result turned
out what I got were only memory Read requests, none Write request.
Does anyone know why? Is there anything wrong?
Thanks in advance.
Xing
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding
"site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.
|