changeset 2352ea7fb955 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=2352ea7fb955
description:
        regress: edit 2t hello smt file to specify numThreads

diffstat:

1 file changed, 1 insertion(+)
tests/quick/01.hello-2T-smt/test.py |    1 +

diffs (8 lines):

diff -r 70172be3f986 -r 2352ea7fb955 tests/quick/01.hello-2T-smt/test.py
--- a/tests/quick/01.hello-2T-smt/test.py       Sat Jul 25 00:50:27 2009 -0400
+++ b/tests/quick/01.hello-2T-smt/test.py       Sat Jul 25 22:22:13 2009 -0400
@@ -30,3 +30,4 @@
 process2 = LiveProcess(cmd = 'hello', executable = binpath('hello'))
 
 root.system.cpu.workload = [process1, process2]
+root.system.cpu.numThreads = 2
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to