diff options
Diffstat (limited to 'configs/boot/ammp.rcS')
-rw-r--r-- | configs/boot/ammp.rcS | 12 |
1 files changed, 12 insertions, 0 deletions
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 |