gem5/src/cpu/testers
Sascha Bischoff e553844efc cpu: Fix TrafficGen trace playback
This patch addresses an issue with trace playback in the TrafficGen
where the trace was reset but the header was not read from the trace
when a captured trace was played back for a second time. This resulted
in parsing errors as the expected message was not found in the trace
file.

The header check is moved to an init funtion which is called by the
constructor and when the trace is reset. This ensures that the trace
header is read each time when the trace is replayed.

This patch also addresses a small formatting issue in a panic.
2013-08-19 03:52:32 -04:00
..
directedtest ruby: modify the directed tester to read/write streams 2012-12-11 10:05:55 -06:00
memtest mem: Set the cache line size on a system level 2013-07-18 08:31:16 -04:00
networktest sim: Include object header files in SWIG interfaces 2012-11-02 11:32:01 -05:00
rubytest mem: Add predecessor to SenderState base class 2013-02-19 05:56:05 -05:00
traffic_gen cpu: Fix TrafficGen trace playback 2013-08-19 03:52:32 -04:00