Started adding a system to output data after every instruction.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 12 Aug 2006 00:21:35 +0000 (20:21 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 12 Aug 2006 00:21:35 +0000 (20:21 -0400)
commitec26f0bb3d3d0af9dc87e5e3f25c2b90f2db0332
treef4f1307f30e0941f448087992db77562d9f7330c
parent800e6ecc07d01c49808cc4f9597d94cc8cfd9fae
Started adding a system to output data after every instruction.

src/arch/alpha/regfile.hh:
src/arch/mips/regfile/float_regfile.hh:
src/arch/mips/regfile/int_regfile.hh:
src/arch/mips/regfile/misc_regfile.hh:
src/cpu/exetrace.hh:
    Added functions to start to support dumping register values once per cycle.
src/cpu/exetrace.cc:
    Added some code to support printing the value of registers after each cycle.
src/python/m5/main.py:
    Options to turn on output after every instruction. They are commented out.

--HG--
extra : convert_revision : 168a48a6b98ab6be412a96bdee831c71906958b0
src/arch/alpha/regfile.hh
src/arch/mips/regfile/float_regfile.hh
src/arch/mips/regfile/int_regfile.hh
src/arch/mips/regfile/misc_regfile.hh
src/cpu/exetrace.cc
src/cpu/exetrace.hh
src/python/m5/main.py