gem5/src/cpu/simple
Kevin Lim d598061dd6 Remove sampler and serializer. Now they are handled through C++ interacting with Python.
src/SConscript:
src/cpu/base.cc:
src/cpu/base.hh:
src/cpu/checker/cpu.hh:
src/cpu/checker/cpu_impl.hh:
src/cpu/o3/cpu.cc:
src/cpu/o3/cpu.hh:
src/cpu/o3/fetch.hh:
src/cpu/ozone/cpu.hh:
src/cpu/ozone/cpu_impl.hh:
src/cpu/simple/base.cc:
src/cpu/simple/base.hh:
src/sim/pseudo_inst.cc:
    Remove sampler.
src/sim/sim_object.cc:
    Remove serializer.

--HG--
extra : convert_revision : ce7616189440f3dc70040148da6d07309a386008
2006-07-05 21:14:36 -04:00
..
atomic.cc AtomicSimpleCPU with a cache now runs the hello world! test program. 2006-06-30 17:21:58 -04:00
atomic.hh Various fixes for the CPU models to support the features that have been moved to python. 2006-06-29 19:45:24 -04:00
base.cc Remove sampler and serializer. Now they are handled through C++ interacting with Python. 2006-07-05 21:14:36 -04:00
base.hh Remove sampler and serializer. Now they are handled through C++ interacting with Python. 2006-07-05 21:14:36 -04:00
timing.cc Rename quiesce to drain to avoid confusion with the pseudo instruction. 2006-07-05 17:59:33 -04:00
timing.hh Rename quiesce to drain to avoid confusion with the pseudo instruction. 2006-07-05 17:59:33 -04:00