From 46502851abffd70328ef605b1fa6056f873848e9 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 11 Sep 2006 17:57:20 -0400 Subject: 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/common/Benchmarks.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/common') diff --git a/configs/common/Benchmarks.py b/configs/common/Benchmarks.py index 2993efa3f..bb1ac1ab5 100644 --- a/configs/common/Benchmarks.py +++ b/configs/common/Benchmarks.py @@ -98,6 +98,9 @@ Benchmarks['ValStream'] = [Machine('micro_stream.rcS', '512MB')] Benchmarks['ValStreamScale'] = [Machine('micro_streamscale.rcS', '512MB')] Benchmarks['ValStreamCopy'] = [Machine('micro_streamcopy.rcS', '512MB')] + +Benchmarks['bnAn'] = [Machine('/z/saidi/work/m5.newmem.head/configs/boot/bn-app.rcS', '128MB', '/z/saidi/work/bottleneck/bnimg.img')] + benchs = Benchmarks.keys() benchs.sort() DefinedBenchmarks = ", ".join(benchs) -- cgit v1.2.3