changeset 849afe8502c6 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=849afe8502c6
description:
        ARM: Update stats for better miscreg support for MP configurations.

diffstat:

 tests/long/10.linux-boot/ref/arm/linux/realview-o3/config.ini      |    2 +-
 tests/long/10.linux-boot/ref/arm/linux/realview-o3/simerr          |    1 +
 tests/long/10.linux-boot/ref/arm/linux/realview-o3/simout          |    4 +-
 tests/long/10.linux-boot/ref/arm/linux/realview-o3/stats.txt       |   12 
+++++-----
 tests/long/10.linux-boot/ref/arm/linux/realview-o3/system.terminal |    0 
 5 files changed, 10 insertions(+), 9 deletions(-)

diffs (68 lines):

diff -r a9eae846c229 -r 849afe8502c6 
tests/long/10.linux-boot/ref/arm/linux/realview-o3/config.ini
--- a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/config.ini     Fri Jul 
15 11:53:34 2011 -0500
+++ b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/config.ini     Fri Jul 
15 11:53:35 2011 -0500
@@ -20,7 +20,7 @@
 machine_type=RealView_PBX
 mem_mode=timing
 memories=system.physmem system.diskmem
-midr_regval=890236928
+midr_regval=890224640
 physmem=system.physmem
 readfile=tests/halt.sh
 symbolfile=
diff -r a9eae846c229 -r 849afe8502c6 
tests/long/10.linux-boot/ref/arm/linux/realview-o3/simerr
--- a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simerr Fri Jul 15 
11:53:34 2011 -0500
+++ b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simerr Fri Jul 15 
11:53:35 2011 -0500
@@ -2,6 +2,7 @@
 warn: Sockets disabled, not accepting terminal connections
 warn: Sockets disabled, not accepting gdb connections
 warn: The clidr register always reports 0 caches.
+warn: clidr LoUIS field of 0b001 to match current ARM implementations.
 warn: The csselr register isn't implemented.
 warn:  instruction 'mcr bpiall' unimplemented
 warn: The ccsidr register isn't implemented and always reads as 0.
diff -r a9eae846c229 -r 849afe8502c6 
tests/long/10.linux-boot/ref/arm/linux/realview-o3/simout
--- a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simout Fri Jul 15 
11:53:34 2011 -0500
+++ b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simout Fri Jul 15 
11:53:35 2011 -0500
@@ -1,8 +1,8 @@
 gem5 Simulator System.  http://gem5.org
 gem5 is copyrighted software; use the --copyright option for details.
 
-gem5 compiled Jul  8 2011 15:21:58
-gem5 started Jul  9 2011 04:29:24
+gem5 compiled Jul 10 2011 13:16:08
+gem5 started Jul 10 2011 13:18:46
 gem5 executing on u200439-lin.austin.arm.com
 command line: build/ARM_FS/gem5.opt -d 
build/ARM_FS/tests/opt/long/10.linux-boot/arm/linux/realview-o3 -re 
tests/run.py build/ARM_FS/tests/opt/long/10.linux-boot/arm/linux/realview-o3
 Global frequency set at 1000000000000 ticks per second
diff -r a9eae846c229 -r 849afe8502c6 
tests/long/10.linux-boot/ref/arm/linux/realview-o3/stats.txt
--- a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/stats.txt      Fri Jul 
15 11:53:34 2011 -0500
+++ b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/stats.txt      Fri Jul 
15 11:53:35 2011 -0500
@@ -3,10 +3,10 @@
 sim_seconds                                  0.080755                       # 
Number of seconds simulated
 sim_ticks                                 80755049500                       # 
Number of ticks simulated
 sim_freq                                 1000000000000                       # 
Frequency of simulated ticks
-host_inst_rate                                  48628                       # 
Simulator instruction rate (inst/s)
-host_tick_rate                               75697423                       # 
Simulator tick rate (ticks/s)
-host_mem_usage                                 388920                       # 
Number of bytes of host memory used
-host_seconds                                  1066.81                       # 
Real time elapsed on the host
+host_inst_rate                                  42177                       # 
Simulator instruction rate (inst/s)
+host_tick_rate                               65656485                       # 
Simulator tick rate (ticks/s)
+host_mem_usage                                 388872                       # 
Number of bytes of host memory used
+host_seconds                                  1229.96                       # 
Real time elapsed on the host
 sim_insts                                    51876527                       # 
Number of instructions simulated
 system.l2c.replacements                         94951                       # 
number of replacements
 system.l2c.tagsinuse                     38190.664860                       # 
Cycle average of tags in use
@@ -255,8 +255,8 @@
 system.cpu.rename.LSQFullEvents               2655814                       # 
Number of times rename has blocked due to LSQ full
 system.cpu.rename.FullRegisterEvents               87                       # 
Number of times there has been no free registers
 system.cpu.rename.RenamedOperands            79138164                       # 
Number of destination operands rename has renamed
-system.cpu.rename.RenameLookups             336039003                       # 
Number of register rename lookups that rename has made
-system.cpu.rename.int_rename_lookups        335972574                       # 
Number of integer rename lookups
+system.cpu.rename.RenameLookups             336039029                       # 
Number of register rename lookups that rename has made
+system.cpu.rename.int_rename_lookups        335972600                       # 
Number of integer rename lookups
 system.cpu.rename.fp_rename_lookups             66429                       # 
Number of floating rename lookups
 system.cpu.rename.CommittedMaps              51886671                       # 
Number of HB maps that are committed
 system.cpu.rename.UndoneMaps                 27251492                       # 
Number of HB maps that are undone due to squashing
diff -r a9eae846c229 -r 849afe8502c6 
tests/long/10.linux-boot/ref/arm/linux/realview-o3/system.terminal
Binary file tests/long/10.linux-boot/ref/arm/linux/realview-o3/system.terminal 
has changed
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to