projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acc6251
)
Change mcf to use smred inputs so it doesn't take two days to run in o3.
author
Gabe Black
<gblack@eecs.umich.edu>
Sun, 22 Apr 2007 19:30:47 +0000
(19:30 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sun, 22 Apr 2007 19:30:47 +0000
(19:30 +0000)
--HG--
extra : convert_revision :
6bf58f5ea12afc56dff6237640fbeded58b9951e
tests/long/10.mcf/test.py
patch
|
blob
|
history
diff --git
a/tests/long/10.mcf/test.py
b/tests/long/10.mcf/test.py
index ffe2758f17911151b16e116ced4691854992dfcc..cb8acff22dad96f982e6a33c770b8b9be67fca1b 100644
(file)
--- a/
tests/long/10.mcf/test.py
+++ b/
tests/long/10.mcf/test.py
@@
-29,5
+29,5
@@
m5.AddToPath('../configs/common')
from cpu2000 import mcf
-workload = mcf(isa, opsys, '
lg
red')
+workload = mcf(isa, opsys, '
sm
red')
root.system.cpu.workload = workload.makeLiveProcess()