From 4966fe4b0f17ba30cba3d3dbae02b6452b87a70a Mon Sep 17 00:00:00 2001 From: Alec Roelke Date: Wed, 31 May 2017 18:49:18 -0400 Subject: tests: Update RISC-V hello test and stats Update the "Hello, world!" executable for RISC-V to use the latest GNU Linux toolchain and fix the stats accordingly. Change-Id: I5ff3d7f4bb41b10170038b8c07492f15bb54a022 Reviewed-on: https://gem5-review.googlesource.com/3560 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- tests/quick/se/00.hello/ref/riscv/linux/o3-timing/config.ini | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'tests/quick/se/00.hello/ref/riscv/linux/o3-timing/config.ini') diff --git a/tests/quick/se/00.hello/ref/riscv/linux/o3-timing/config.ini b/tests/quick/se/00.hello/ref/riscv/linux/o3-timing/config.ini index 7fd46c549..7db51451f 100644 --- a/tests/quick/se/00.hello/ref/riscv/linux/o3-timing/config.ini +++ b/tests/quick/se/00.hello/ref/riscv/linux/o3-timing/config.ini @@ -65,7 +65,7 @@ SSITSize=1024 activity=0 backComSize=5 branchPred=system.cpu.branchPred -cachePorts=200 +cacheStorePorts=200 checker=Null clk_domain=system.cpu_clk_domain commitToDecodeDelay=1 @@ -139,6 +139,7 @@ socket_id=0 squashWidth=8 store_set_clear_period=250000 switched_out=false +syscallRetryLatency=10000 system=system tracer=system.cpu.tracer trapLatency=13 @@ -715,7 +716,7 @@ type=ExeTracer eventq_index=0 [system.cpu.workload] -type=LiveProcess +type=Process cmd=hello cwd= drivers= @@ -724,14 +725,15 @@ env= errout=cerr euid=100 eventq_index=0 -executable=/z/powerjg/gem5-upstream/tests/test-progs/hello/bin/riscv/linux/hello +executable=/home/ar4jc/gem5/tests/testing/../test-progs/hello/bin/riscv/linux/hello gid=100 input=cin kvmInSE=false -max_stack_size=67108864 +maxStackSize=67108864 output=cout +pgid=100 pid=100 -ppid=99 +ppid=0 simpoint=0 system=system uid=100 -- cgit v1.2.3