summaryrefslogtreecommitdiff
path: root/tests/quick/00.hello/ref/sparc
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-08-16 14:45:12 -0400
committerSteve Reinhardt <stever@eecs.umich.edu>2006-08-16 14:45:12 -0400
commit7ecc7f50831c2bc65bdca2d945e2b094dadad142 (patch)
treeea55e2839e8d40145ac1363f9480e18788d57eef /tests/quick/00.hello/ref/sparc
parentbd4ccd6e39d74f43e1cac8c3856347291bf4f990 (diff)
downloadgem5-7ecc7f50831c2bc65bdca2d945e2b094dadad142.tar.xz
Update reference outputs
--HG-- extra : convert_revision : df9cf835e0910df1e8e80152825fde9327d4aadb
Diffstat (limited to 'tests/quick/00.hello/ref/sparc')
-rw-r--r--tests/quick/00.hello/ref/sparc/linux/simple-atomic/m5stats.txt18
-rw-r--r--tests/quick/00.hello/ref/sparc/linux/simple-atomic/stderr3
-rw-r--r--tests/quick/00.hello/ref/sparc/linux/simple-atomic/stdout12
3 files changed, 33 insertions, 0 deletions
diff --git a/tests/quick/00.hello/ref/sparc/linux/simple-atomic/m5stats.txt b/tests/quick/00.hello/ref/sparc/linux/simple-atomic/m5stats.txt
index e69de29bb..27de77ab6 100644
--- a/tests/quick/00.hello/ref/sparc/linux/simple-atomic/m5stats.txt
+++ b/tests/quick/00.hello/ref/sparc/linux/simple-atomic/m5stats.txt
@@ -0,0 +1,18 @@
+
+---------- Begin Simulation Statistics ----------
+host_inst_rate 3565 # Simulator instruction rate (inst/s)
+host_mem_usage 147204 # Number of bytes of host memory used
+host_seconds 1.25 # Real time elapsed on the host
+host_tick_rate 3564 # Simulator tick rate (ticks/s)
+sim_freq 1000000000000 # Frequency of simulated ticks
+sim_insts 4450 # Number of instructions simulated
+sim_seconds 0.000000 # Number of seconds simulated
+sim_ticks 4449 # Number of ticks simulated
+system.cpu.idle_fraction 0 # Percentage of idle cycles
+system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
+system.cpu.numCycles 4450 # number of cpu cycles simulated
+system.cpu.num_insts 4450 # Number of instructions executed
+system.cpu.num_refs 960 # Number of memory references
+system.cpu.workload.PROG:num_syscalls 11 # Number of system calls
+
+---------- End Simulation Statistics ----------
diff --git a/tests/quick/00.hello/ref/sparc/linux/simple-atomic/stderr b/tests/quick/00.hello/ref/sparc/linux/simple-atomic/stderr
index e69de29bb..7873672f2 100644
--- a/tests/quick/00.hello/ref/sparc/linux/simple-atomic/stderr
+++ b/tests/quick/00.hello/ref/sparc/linux/simple-atomic/stderr
@@ -0,0 +1,3 @@
+warn: More than two loadable segments in ELF object.
+warn: Ignoring segment @ 0x0 length 0x0.
+warn: Entering event queue @ 0. Starting simulation...
diff --git a/tests/quick/00.hello/ref/sparc/linux/simple-atomic/stdout b/tests/quick/00.hello/ref/sparc/linux/simple-atomic/stdout
index e69de29bb..6c17750cc 100644
--- a/tests/quick/00.hello/ref/sparc/linux/simple-atomic/stdout
+++ b/tests/quick/00.hello/ref/sparc/linux/simple-atomic/stdout
@@ -0,0 +1,12 @@
+Hello World!M5 Simulator System
+
+Copyright (c) 2001-2006
+The Regents of The University of Michigan
+All Rights Reserved
+
+
+M5 compiled Aug 16 2006 13:15:12
+M5 started Wed Aug 16 14:42:01 2006
+M5 executing on zizzer.eecs.umich.edu
+command line: build/SPARC_SE/m5.opt -d build/SPARC_SE/test/opt/quick/00.hello/sparc/linux/simple-atomic tests/run.py quick/00.hello/sparc/linux/simple-atomic
+Exiting @ tick 4449 because target called exit()