diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/boot/bn-app.rcS | 3 | ||||
-rw-r--r-- | configs/common/Benchmarks.py | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/configs/boot/bn-app.rcS b/configs/boot/bn-app.rcS new file mode 100644 index 000000000..6fe2800f4 --- /dev/null +++ b/configs/boot/bn-app.rcS @@ -0,0 +1,3 @@ +cd /benchmarks/bn +./bottleneck-app +m5 exit 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) |