Files
gem5/src
Andreas Hansson a2ee51f631 mem: Make the requests carried by packets const
This adds a basic level of sanity checking to the packet by ensuring
that a request is not modified once the packet is created. The only
issue that had to be worked around is the relaying of
software-prefetches in the cache. The specific situation is now solved
by first copying the request, and then creating a new packet
accordingly.
2014-12-02 06:07:50 -05:00
..
2014-11-23 18:01:09 -08:00
2014-07-23 16:09:04 -05:00
2014-01-30 12:21:58 -06:00