From: Gabe Black Date: Thu, 11 Oct 2007 00:12:40 +0000 (-0700) Subject: Regressions: Make mcf have 256MB which it needs for 64 bit builds. X-Git-Tag: m5_2.0_beta4~55^2~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=917d82eab937da60f4a83621df0c1ce5824bf474;p=gem5.git Regressions: Make mcf have 256MB which it needs for 64 bit builds. --HG-- extra : convert_revision : 42851d60a4c1e709d79bbd3187227b6e220a253e --- diff --git a/tests/long/10.mcf/test.py b/tests/long/10.mcf/test.py index cb8acff22..c4ffb248a 100644 --- a/tests/long/10.mcf/test.py +++ b/tests/long/10.mcf/test.py @@ -31,3 +31,4 @@ from cpu2000 import mcf workload = mcf(isa, opsys, 'smred') root.system.cpu.workload = workload.makeLiveProcess() +root.system.physmem.range=AddrRange('256MB')