diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-08-24 18:01:07 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-08-24 18:01:07 -0400 |
commit | 65741cd048933214df43982979079fccfffb3fce (patch) | |
tree | e0ba0ad5dcbca919980f6e1e8838dea6f0e0604a /configs/boot/bzip.rcS | |
parent | 9ef831eeefb691eb73531471f7c04bca286f464a (diff) | |
download | gem5-65741cd048933214df43982979079fccfffb3fce.tar.xz |
Updates to configs to support various sampling forms, truncated execution forms.
--HG--
extra : convert_revision : a6cf77f6c902e5f4f0a96206093d123eec2e0167
Diffstat (limited to 'configs/boot/bzip.rcS')
-rw-r--r-- | configs/boot/bzip.rcS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/boot/bzip.rcS b/configs/boot/bzip.rcS new file mode 100644 index 000000000..369659ca0 --- /dev/null +++ b/configs/boot/bzip.rcS @@ -0,0 +1,6 @@ +#!/bin/sh + +cd /benchmarks/spec/bzip200/ +/sbin/m5 resetstats +/benchmarks/spec/bzip200/bzip2 lgred.graphic 1 +/sbin/m5 exit |