Add the capability to read and write memory trace files. Currently is cycle accurate...
authorErik Hallnor <ehallnor@umich.edu>
Tue, 8 Jun 2004 21:31:04 +0000 (17:31 -0400)
committerErik Hallnor <ehallnor@umich.edu>
Tue, 8 Jun 2004 21:31:04 +0000 (17:31 -0400)
commit5f4297e865eab5b28c2c17711ecf590934961335
treeed07b845c521b8d50e9972d57d663ecca7e7bac6
parent73308846cc433fbb02a818283c9c2715ed2fbfee
Add the capability to read and write memory trace files. Currently is cycle accurate for a single thread FullCPU.

--HG--
extra : convert_revision : f8fe545313eb307cc6f5ff2c23894cc9870b1d5b
cpu/trace/reader/m5_reader.cc [new file with mode: 0644]
cpu/trace/reader/m5_reader.hh [new file with mode: 0644]
cpu/trace/reader/mem_trace_reader.cc [new file with mode: 0644]
cpu/trace/reader/mem_trace_reader.hh [new file with mode: 0644]
cpu/trace/trace_cpu.cc [new file with mode: 0644]
cpu/trace/trace_cpu.hh [new file with mode: 0644]