Hi, I am working on a custom memory controller for Ruby. The memory controller needs to work on the data (compression), however, I have not been able to find a ptr to the data structure within memory requests.
The MemoryControl.cc class appears to process memory read/write requests in the form of MemoryNodes. The MemoryNode object however don't seem to reference the data that is attached to the request. If I am correct the class only models the delay that are introduced by accessing main memory. My questions: - Within the memory controller classes is there a possibility to get hold of the data the transactions refer to? - If not, does anybody has a good idea how to implemement this feature otherwise? thanks, Heiner _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
