From: Gabe Black Date: Sun, 22 Apr 2007 19:30:47 +0000 (+0000) Subject: Change mcf to use smred inputs so it doesn't take two days to run in o3. X-Git-Tag: m5_2.0_beta4~311^2~2^2~1^2^2~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0929006965514982603fe58ebc3211acf021cce;p=gem5.git Change mcf to use smred inputs so it doesn't take two days to run in o3. --HG-- extra : convert_revision : 6bf58f5ea12afc56dff6237640fbeded58b9951e --- diff --git a/tests/long/10.mcf/test.py b/tests/long/10.mcf/test.py index ffe2758f1..cb8acff22 100644 --- 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, 'lgred') +workload = mcf(isa, opsys, 'smred') root.system.cpu.workload = workload.makeLiveProcess()