From 65741cd048933214df43982979079fccfffb3fce Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Thu, 24 Aug 2006 18:01:07 -0400 Subject: Updates to configs to support various sampling forms, truncated execution forms. --HG-- extra : convert_revision : a6cf77f6c902e5f4f0a96206093d123eec2e0167 --- configs/boot/art.rcS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/boot/art.rcS (limited to 'configs/boot/art.rcS') diff --git a/configs/boot/art.rcS b/configs/boot/art.rcS new file mode 100644 index 000000000..caca5889e --- /dev/null +++ b/configs/boot/art.rcS @@ -0,0 +1,7 @@ +#!/bin/sh + +#/benchmarks/spec/art00/art -scanfile c756hel.in -trainfile1 a10.img -stride 2 -startx 134 -starty 220 -endx 184 -endy 240 -objects 3 +cd /benchmarks/spec/art00/ +/sbin/m5 resetstats +/benchmarks/spec/art00/art -scanfile c756hel.in -trainfile1 a10.img -stride 5 -startx 134 -starty 220 -endx 184 -endy 240 -objects 1 +/sbin/m5 exit -- cgit v1.2.3