Change mcf to use smred inputs so it doesn't take two days to run in o3.

--HG--
extra : convert_revision : 6bf58f5ea12afc56dff6237640fbeded58b9951e
This commit is contained in:
Gabe Black
2007-04-22 19:30:47 +00:00
parent acc62514b1
commit f092900696

View File

@@ -29,5 +29,5 @@
m5.AddToPath('../configs/common')
from cpu2000 import mcf
workload = mcf(isa, opsys, 'lgred')
workload = mcf(isa, opsys, 'smred')
root.system.cpu.workload = workload.makeLiveProcess()