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

/gem5/src/python/m5/
H A D__init__.pydiff 2860:843426871cbc Thu Jul 06 16:06:00 EDT 2006 Kevin Lim <ktlim@umich.edu> Fixes for draining.

src/cpu/simple/timing.cc:
Update for changed return values.
src/python/m5/__init__.py:
Loop in order to make sure all objects are really drained. Objects may become undrained as other objects become drained (e.g. a bus-bridge has a packet, while a bus is empty, and the first drain() will cause the bus-bridge to give the packet to the bus).

The only case we know every object is actually drained is if they all return immediately that they are drained.
/gem5/src/cpu/simple/
H A Dtiming.ccdiff 2860:843426871cbc Thu Jul 06 16:06:00 EDT 2006 Kevin Lim <ktlim@umich.edu> Fixes for draining.

src/cpu/simple/timing.cc:
Update for changed return values.
src/python/m5/__init__.py:
Loop in order to make sure all objects are really drained. Objects may become undrained as other objects become drained (e.g. a bus-bridge has a packet, while a bus is empty, and the first drain() will cause the bus-bridge to give the packet to the bus).

The only case we know every object is actually drained is if they all return immediately that they are drained.

Completed in 69 milliseconds