diff options
Diffstat (limited to 'tests/test1/ref/alpha/atomic')
-rw-r--r-- | tests/test1/ref/alpha/atomic/config.ini | 8 | ||||
-rw-r--r-- | tests/test1/ref/alpha/atomic/config.out | 6 | ||||
-rw-r--r-- | tests/test1/ref/alpha/atomic/m5stats.txt | 16 | ||||
-rw-r--r-- | tests/test1/ref/alpha/atomic/stdout | 5 |
4 files changed, 17 insertions, 18 deletions
diff --git a/tests/test1/ref/alpha/atomic/config.ini b/tests/test1/ref/alpha/atomic/config.ini index 9961fe389..4cbe1fce6 100644 --- a/tests/test1/ref/alpha/atomic/config.ini +++ b/tests/test1/ref/alpha/atomic/config.ini @@ -48,11 +48,11 @@ text_file=m5stats.txt [system] type=System -children=cpu0 physmem workload +children=cpu physmem workload mem_mode=atomic physmem=system.physmem -[system.cpu0] +[system.cpu] type=AtomicSimpleCPU children=mem clock=1 @@ -63,13 +63,13 @@ max_insts_all_threads=0 max_insts_any_thread=500000 max_loads_all_threads=0 max_loads_any_thread=0 -mem=system.cpu0.mem +mem=system.cpu.mem simulate_stalls=false system=system width=1 workload=system.workload -[system.cpu0.mem] +[system.cpu.mem] type=Bus bus_id=0 diff --git a/tests/test1/ref/alpha/atomic/config.out b/tests/test1/ref/alpha/atomic/config.out index a9c04ceff..65a9f6f7f 100644 --- a/tests/test1/ref/alpha/atomic/config.out +++ b/tests/test1/ref/alpha/atomic/config.out @@ -23,17 +23,17 @@ chkpt= output=cout system=system -[system.cpu0.mem] +[system.cpu.mem] type=Bus bus_id=0 -[system.cpu0] +[system.cpu] type=AtomicSimpleCPU max_insts_any_thread=500000 max_insts_all_threads=0 max_loads_any_thread=0 max_loads_all_threads=0 -mem=system.cpu0.mem +mem=system.cpu.mem system=system workload=system.workload clock=1 diff --git a/tests/test1/ref/alpha/atomic/m5stats.txt b/tests/test1/ref/alpha/atomic/m5stats.txt index 09e94d639..29c0b91ac 100644 --- a/tests/test1/ref/alpha/atomic/m5stats.txt +++ b/tests/test1/ref/alpha/atomic/m5stats.txt @@ -1,18 +1,18 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 1301768 # Simulator instruction rate (inst/s) -host_mem_usage 147756 # Number of bytes of host memory used +host_inst_rate 1310554 # Simulator instruction rate (inst/s) +host_mem_usage 147620 # Number of bytes of host memory used host_seconds 0.38 # Real time elapsed on the host -host_tick_rate 1300060 # Simulator tick rate (ticks/s) +host_tick_rate 1308843 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 500000 # Number of instructions simulated sim_seconds 0.000000 # Number of seconds simulated sim_ticks 499999 # Number of ticks simulated -system.cpu0.idle_fraction 0 # Percentage of idle cycles -system.cpu0.not_idle_fraction 1 # Percentage of non-idle cycles -system.cpu0.numCycles 500000 # number of cpu cycles simulated -system.cpu0.num_insts 500000 # Number of instructions executed -system.cpu0.num_refs 182204 # Number of memory references +system.cpu.idle_fraction 0 # Percentage of idle cycles +system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles +system.cpu.numCycles 500000 # number of cpu cycles simulated +system.cpu.num_insts 500000 # Number of instructions executed +system.cpu.num_refs 182204 # Number of memory references system.workload.PROG:num_syscalls 18 # Number of system calls ---------- End Simulation Statistics ---------- diff --git a/tests/test1/ref/alpha/atomic/stdout b/tests/test1/ref/alpha/atomic/stdout index 78ab05bdd..66d1c50da 100644 --- a/tests/test1/ref/alpha/atomic/stdout +++ b/tests/test1/ref/alpha/atomic/stdout @@ -7,8 +7,7 @@ The Regents of The University of Michigan All Rights Reserved -M5 compiled Jul 19 2006 15:49:01 -M5 started Wed Jul 19 15:49:10 2006 +M5 compiled Jul 21 2006 16:19:30 +M5 started Fri Jul 21 16:40:43 2006 M5 executing on zamp.eecs.umich.edu -Creating SE system Exiting @ tick 499999 because a thread reached the max instruction count |