Updates to configs to support various sampling forms, truncated execution forms.
--HG-- extra : convert_revision : a6cf77f6c902e5f4f0a96206093d123eec2e0167
This commit is contained in:
12
configs/boot/ammp.rcS
Normal file
12
configs/boot/ammp.rcS
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user