diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2011-07-15 11:53:35 -0500 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2011-07-15 11:53:35 -0500 |
commit | 09914cdf8f270cb4ab1861d1ff92b91e49b39608 (patch) | |
tree | cfaed4d81f3b64971bf7bdabc07d3a3a819d0b8f | |
parent | 8870a5820a458ca22cbd4bec60f223a4fe4949e6 (diff) | |
download | gem5-09914cdf8f270cb4ab1861d1ff92b91e49b39608.tar.xz |
ARM: Update stats for better miscreg support for MP configurations.
-rw-r--r-- | tests/long/10.linux-boot/ref/arm/linux/realview-o3/config.ini | 2 | ||||
-rwxr-xr-x | tests/long/10.linux-boot/ref/arm/linux/realview-o3/simerr | 1 | ||||
-rwxr-xr-x | tests/long/10.linux-boot/ref/arm/linux/realview-o3/simout | 4 | ||||
-rw-r--r-- | tests/long/10.linux-boot/ref/arm/linux/realview-o3/stats.txt | 12 | ||||
-rw-r--r-- | tests/long/10.linux-boot/ref/arm/linux/realview-o3/system.terminal | bin | 3941 -> 3941 bytes |
5 files changed, 10 insertions, 9 deletions
diff --git a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/config.ini b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/config.ini index ee377ad76..4e7e3ea33 100644 --- a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/config.ini +++ b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/config.ini @@ -20,7 +20,7 @@ load_addr_mask=268435455 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 --git a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simerr b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simerr index 2cd67c8dd..db9dab60a 100755 --- a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simerr +++ b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simerr @@ -2,6 +2,7 @@ warn: Sockets disabled, not accepting vnc client connections 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 --git a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simout b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simout index f8e4d4f40..52552fcc1 100755 --- a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simout +++ b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/simout @@ -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 --git a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/stats.txt b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/stats.txt index 3395088f8..dcbaae091 100644 --- a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/stats.txt +++ b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/stats.txt @@ -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.IQFullEvents 144597 # Nu 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 --git a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/system.terminal b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/system.terminal Binary files differindex fcb8d1a24..334b73543 100644 --- a/tests/long/10.linux-boot/ref/arm/linux/realview-o3/system.terminal +++ b/tests/long/10.linux-boot/ref/arm/linux/realview-o3/system.terminal |