summaryrefslogtreecommitdiff
path: root/tests/long/50.vortex/ref/sparc/linux/simple-atomic
diff options
context:
space:
mode:
Diffstat (limited to 'tests/long/50.vortex/ref/sparc/linux/simple-atomic')
-rw-r--r--tests/long/50.vortex/ref/sparc/linux/simple-atomic/config.ini18
-rw-r--r--tests/long/50.vortex/ref/sparc/linux/simple-atomic/m5stats.txt20
-rw-r--r--tests/long/50.vortex/ref/sparc/linux/simple-atomic/stdout8
3 files changed, 30 insertions, 16 deletions
diff --git a/tests/long/50.vortex/ref/sparc/linux/simple-atomic/config.ini b/tests/long/50.vortex/ref/sparc/linux/simple-atomic/config.ini
index da377104f..dcd40ebc7 100644
--- a/tests/long/50.vortex/ref/sparc/linux/simple-atomic/config.ini
+++ b/tests/long/50.vortex/ref/sparc/linux/simple-atomic/config.ini
@@ -11,12 +11,14 @@ physmem=system.physmem
[system.cpu]
type=AtomicSimpleCPU
-children=workload
+children=dtb itb tracer workload
clock=500
cpu_id=0
defer_registration=false
+dtb=system.cpu.dtb
function_trace=false
function_trace_start=0
+itb=system.cpu.itb
max_insts_all_threads=0
max_insts_any_thread=0
max_loads_all_threads=0
@@ -25,11 +27,23 @@ phase=0
progress_interval=0
simulate_stalls=false
system=system
+tracer=system.cpu.tracer
width=1
workload=system.cpu.workload
dcache_port=system.membus.port[2]
icache_port=system.membus.port[1]
+[system.cpu.dtb]
+type=SparcDTB
+size=64
+
+[system.cpu.itb]
+type=SparcITB
+size=64
+
+[system.cpu.tracer]
+type=ExeTracer
+
[system.cpu.workload]
type=LiveProcess
cmd=vortex bendian.raw
@@ -53,7 +67,7 @@ bus_id=0
clock=1000
responder_set=false
width=64
-port=system.physmem.port system.cpu.icache_port system.cpu.dcache_port
+port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
[system.physmem]
type=PhysicalMemory
diff --git a/tests/long/50.vortex/ref/sparc/linux/simple-atomic/m5stats.txt b/tests/long/50.vortex/ref/sparc/linux/simple-atomic/m5stats.txt
index 9dd2e7465..c76c08dcd 100644
--- a/tests/long/50.vortex/ref/sparc/linux/simple-atomic/m5stats.txt
+++ b/tests/long/50.vortex/ref/sparc/linux/simple-atomic/m5stats.txt
@@ -1,18 +1,18 @@
---------- Begin Simulation Statistics ----------
-host_inst_rate 672762 # Simulator instruction rate (inst/s)
-host_mem_usage 151516 # Number of bytes of host memory used
-host_seconds 202.52 # Real time elapsed on the host
-host_tick_rate 336380340 # Simulator tick rate (ticks/s)
+host_inst_rate 1682182 # Simulator instruction rate (inst/s)
+host_mem_usage 185356 # Number of bytes of host memory used
+host_seconds 80.93 # Real time elapsed on the host
+host_tick_rate 842064489 # Simulator tick rate (ticks/s)
sim_freq 1000000000000 # Frequency of simulated ticks
-sim_insts 136246936 # Number of instructions simulated
-sim_seconds 0.068123 # Number of seconds simulated
-sim_ticks 68123467500 # Number of ticks simulated
+sim_insts 136141055 # Number of instructions simulated
+sim_seconds 0.068150 # Number of seconds simulated
+sim_ticks 68149604500 # 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 136246936 # number of cpu cycles simulated
-system.cpu.num_insts 136246936 # Number of instructions executed
-system.cpu.num_refs 58111522 # Number of memory references
+system.cpu.numCycles 136299210 # number of cpu cycles simulated
+system.cpu.num_insts 136141055 # Number of instructions executed
+system.cpu.num_refs 58160249 # Number of memory references
system.cpu.workload.PROG:num_syscalls 1946 # Number of system calls
---------- End Simulation Statistics ----------
diff --git a/tests/long/50.vortex/ref/sparc/linux/simple-atomic/stdout b/tests/long/50.vortex/ref/sparc/linux/simple-atomic/stdout
index 13addb638..6a817bd73 100644
--- a/tests/long/50.vortex/ref/sparc/linux/simple-atomic/stdout
+++ b/tests/long/50.vortex/ref/sparc/linux/simple-atomic/stdout
@@ -5,9 +5,9 @@ The Regents of The University of Michigan
All Rights Reserved
-M5 compiled May 15 2007 13:02:31
-M5 started Tue May 15 16:40:43 2007
-M5 executing on zizzer.eecs.umich.edu
+M5 compiled Aug 14 2007 22:48:17
+M5 started Tue Aug 14 23:33:10 2007
+M5 executing on nacho
command line: build/SPARC_SE/m5.fast -d build/SPARC_SE/tests/fast/long/50.vortex/sparc/linux/simple-atomic tests/run.py long/50.vortex/sparc/linux/simple-atomic
Global frequency set at 1000000000000 ticks per second
-Exiting @ tick 68123467500 because target called exit()
+Exiting @ tick 68149604500 because target called exit()