add to instruction test sttw instruction
authorAli Saidi <saidi@eecs.umich.edu>
Thu, 29 Mar 2007 19:41:09 +0000 (15:41 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Thu, 29 Mar 2007 19:41:09 +0000 (15:41 -0400)
--HG--
extra : convert_revision : 16efbe12e609a909a589505ad6c473eb44c38f9c

tests/quick/02.insttest/ref/sparc/linux/simple-atomic/config.ini
tests/quick/02.insttest/ref/sparc/linux/simple-atomic/config.out
tests/quick/02.insttest/ref/sparc/linux/simple-atomic/m5stats.txt
tests/quick/02.insttest/ref/sparc/linux/simple-atomic/stdout

index ccb504cd359e25844d956e726695651bc4973fdc..06059c3ebf8095595390e99cb9feb121fc99565f 100644 (file)
@@ -1,11 +1,7 @@
 [root]
 type=Root
 children=system
-checkpoint=
-clock=1000000000000
-max_tick=0
-output_file=cout
-progress_interval=0
+dummy=0
 
 [system]
 type=System
index 392fec336278be0713443d2b56c028dff19e2966..7f9a83d258b7d53ab2cd4374b4d833af91f07cbe 100644 (file)
@@ -1,9 +1,6 @@
 [root]
 type=Root
-clock=1000000000000
-max_tick=0
-progress_interval=0
-output_file=cout
+dummy=0
 
 [system.physmem]
 type=PhysicalMemory
index 4fe3d3732d5ecc3f4ed1a019fe19a9fb00c48501..1ed7d50ebde29409441f1e10ac1aa27e9b8c40ff 100644 (file)
@@ -1,18 +1,18 @@
 
 ---------- Begin Simulation Statistics ----------
-host_inst_rate                                 104057                       # Simulator instruction rate (inst/s)
-host_mem_usage                                 179368                       # Number of bytes of host memory used
-host_seconds                                     0.10                       # Real time elapsed on the host
-host_tick_rate                                 103746                       # Simulator tick rate (ticks/s)
+host_inst_rate                                  65718                       # Simulator instruction rate (inst/s)
+host_mem_usage                                 179556                       # Number of bytes of host memory used
+host_seconds                                     0.17                       # Real time elapsed on the host
+host_tick_rate                                  65601                       # Simulator tick rate (ticks/s)
 sim_freq                                 1000000000000                       # Frequency of simulated ticks
-sim_insts                                       10367                       # Number of instructions simulated
+sim_insts                                       11001                       # Number of instructions simulated
 sim_seconds                                  0.000000                       # Number of seconds simulated
-sim_ticks                                       10366                       # Number of ticks simulated
+sim_ticks                                       11000                       # 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                            10367                       # number of cpu cycles simulated
-system.cpu.num_insts                            10367                       # Number of instructions executed
-system.cpu.num_refs                              2607                       # Number of memory references
+system.cpu.numCycles                            11001                       # number of cpu cycles simulated
+system.cpu.num_insts                            11001                       # Number of instructions executed
+system.cpu.num_refs                              2760                       # Number of memory references
 system.cpu.workload.PROG:num_syscalls               8                       # Number of system calls
 
 ---------- End Simulation Statistics   ----------
index 567033922f9247adb0be2cb8fbb27a941c04abe0..c89235e646b93c46c0b92eeec30d3e3410039bd8 100644 (file)
@@ -7,6 +7,7 @@ CASX FAIL:      Passed
 CASX WORK:     Passed
 LDTX:          Passed
 LDTW:          Passed
+STTW:          Passed
 Done
 M5 Simulator System
 
@@ -15,8 +16,9 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Mar  6 2007 15:43:35
-M5 started Tue Mar  6 15:52:39 2007
+M5 compiled Mar 29 2007 15:29:35
+M5 started Thu Mar 29 15:39:35 2007
 M5 executing on zeep
 command line: build/SPARC_SE/m5.debug -d build/SPARC_SE/tests/debug/quick/02.insttest/sparc/linux/simple-atomic tests/run.py quick/02.insttest/sparc/linux/simple-atomic
-Exiting @ tick 10366 because target called exit()
+Global frequency set at 1000000000000 ticks per second
+Exiting @ tick 11000 because target called exit()