summaryrefslogtreecommitdiff
path: root/configs/common
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-09-11 17:57:30 -0400
committerAli Saidi <saidi@eecs.umich.edu>2006-09-11 17:57:30 -0400
commit44c6f953b0a448bd27b8354de90db8934b3ca799 (patch)
treefb51f30f84c61e091a142dce3e1c30c689fd3826 /configs/common
parent9e6d12b0959544e0fad8f84644f2c6471a5ef272 (diff)
parent46502851abffd70328ef605b1fa6056f873848e9 (diff)
downloadgem5-44c6f953b0a448bd27b8354de90db8934b3ca799.tar.xz
Merge zizzer:/bk/newmem
into zeep.pool:/z/saidi/work/m5.newmem.head --HG-- extra : convert_revision : 14ac24236ff65b7e489c1ce4b4e9a295966013b8
Diffstat (limited to 'configs/common')
-rw-r--r--configs/common/Benchmarks.py3
1 files changed, 3 insertions, 0 deletions
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)