ruby: Change PerfectCacheMemory::lookup to return pointer
Review Request #2862 - Created May 29, 2015 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Joel Hestness | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10850:b88527f91254 --------------------------- ruby: Change PerfectCacheMemory::lookup to return pointer CacheMemory and DirectoryMemory lookup functions return pointers to entries stored in the memory. Bring PerfectCacheMemory in line with this convention, and clean up SLICC code generation that was in place solely to handle references like that which was returned by PerfectCacheMemory::lookup.
Build and run tests with all protocols.
Please consider this patch in leiu of http://reviews.gem5.org/r/2786/
