add annotation code to m5
authorAli Saidi <saidi@eecs.umich.edu>
Mon, 11 Sep 2006 21:57:20 +0000 (17:57 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Mon, 11 Sep 2006 21:57:20 +0000 (17:57 -0400)
commit46502851abffd70328ef605b1fa6056f873848e9
treec4572be025f11ac96b7ab6ed27317e8430498962
parent8bc3c2b19231df072fbc6d5dd29db612fff407dd
add annotation code to m5

configs/common/Benchmarks.py:
    add annotate test app
src/SConscript:
    add annotate.cc to lis
src/arch/alpha/isa/decoder.isa:
    add annotate instructions
src/base/traceflags.py:
    Add annotate trace flag
src/sim/pseudo_inst.cc:
src/sim/pseudo_inst.hh:
    add annotate pseudo ops
util/m5/m5op.S:
util/m5/m5op.h:
    add anotate ops

--HG--
extra : convert_revision : 7f965c0d84e41ce34f2ec8ec27a009276d67d8d6
configs/boot/bn-app.rcS [new file with mode: 0644]
configs/common/Benchmarks.py
src/SConscript
src/arch/alpha/isa/decoder.isa
src/base/annotate.cc [new file with mode: 0644]
src/base/annotate.hh [new file with mode: 0644]
src/base/traceflags.py
src/sim/pseudo_inst.cc
src/sim/pseudo_inst.hh
util/m5/m5op.S
util/m5/m5op.h