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/ammp.rcS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 configs/boot/ammp.rcS (limited to 'configs/boot/ammp.rcS') diff --git a/configs/boot/ammp.rcS b/configs/boot/ammp.rcS new file mode 100644 index 000000000..485244c3c --- /dev/null +++ b/configs/boot/ammp.rcS @@ -0,0 +1,12 @@ +#!/bin/sh + +cd /benchmarks/spec/ammp00/ + +/sbin/m5 checkpoint 0 0 +/sbin/m5 checkpoint 100000000 200000000 + +/sbin/m5 loadsymbol + +/sbin/m5 resetstats +./ammp < input/mdred.in +/sbin/m5 exit -- cgit v1.2.3