Searched hist:3658 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/simple/
H A Dtiming.ccdiff 3658:f0a7030c6bd9 Tue Nov 14 17:22:00 EST 2006 Kevin Lim <ktlim@umich.edu> Various fixes to delete packet and request a little better.

src/cpu/simple/timing.cc:
Various updates for deleting requests more properly.

The major change is moving the deletion of the fetch request/packet to after the instruction has executed and completed. This should fix a few bugs because Ron's memory system didn't expect a call for a functional access while a timing access was being processed.

Completed in 46 milliseconds