From 257e09d62622676b84b5166854850024a5f72bcc Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Sun, 5 Nov 2006 20:42:05 -0500 Subject: Update refs. --HG-- extra : convert_revision : 61d298fb0d9a66a76209a6bfcdb7c14f2efca947 --- .../alpha/linux/tsunami-simple-timing/config.ini | 21 +++- .../alpha/linux/tsunami-simple-timing/config.out | 89 ++++++++------ .../alpha/linux/tsunami-simple-timing/m5stats.txt | 136 ++++++++++----------- .../ref/alpha/linux/tsunami-simple-timing/stderr | 8 +- .../ref/alpha/linux/tsunami-simple-timing/stdout | 8 +- 5 files changed, 150 insertions(+), 112 deletions(-) (limited to 'tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing') diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.ini b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.ini index 6514a6af7..17b05cd2b 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.ini +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.ini @@ -85,7 +85,6 @@ max_insts_all_threads=0 max_insts_any_thread=0 max_loads_all_threads=0 max_loads_any_thread=0 -mem=system.physmem profile=0 progress_interval=0 system=system @@ -144,19 +143,39 @@ cpu=system.cpu [system.iobus] type=Bus +children=responder bus_id=0 clock=2 +responder_set=true width=64 default=system.tsunami.pciconfig.pio port=system.bridge.side_a system.tsunami.cchip.pio system.tsunami.pchip.pio system.tsunami.fake_sm_chip.pio system.tsunami.fake_uart1.pio system.tsunami.fake_uart2.pio system.tsunami.fake_uart3.pio system.tsunami.fake_uart4.pio system.tsunami.fake_ppc.pio system.tsunami.fake_OROM.pio system.tsunami.fake_pnp_addr.pio system.tsunami.fake_pnp_write.pio system.tsunami.fake_pnp_read0.pio system.tsunami.fake_pnp_read1.pio system.tsunami.fake_pnp_read2.pio system.tsunami.fake_pnp_read3.pio system.tsunami.fake_pnp_read4.pio system.tsunami.fake_pnp_read5.pio system.tsunami.fake_pnp_read6.pio system.tsunami.fake_pnp_read7.pio system.tsunami.fake_ata0.pio system.tsunami.fake_ata1.pio system.tsunami.fb.pio system.tsunami.io.pio system.tsunami.uart.pio system.tsunami.console.pio system.tsunami.ide.pio system.tsunami.ethernet.pio system.tsunami.ethernet.config system.tsunami.ethernet.dma system.tsunami.ide.config system.tsunami.ide.dma +[system.iobus.responder] +type=BadAddr +pio_addr=0 +pio_latency=0 +platform=system.tsunami +system=system + [system.membus] type=Bus +children=responder bus_id=1 clock=2 +responder_set=false width=64 +default=system.membus.responder.pio port=system.bridge.side_b system.physmem.port system.cpu.icache_port system.cpu.dcache_port +[system.membus.responder] +type=BadAddr +pio_addr=0 +pio_latency=0 +platform=system.tsunami +system=system +pio=system.membus.default + [system.physmem] type=PhysicalMemory file= diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.out b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.out index 173819299..6f0210a4c 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.out +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.out @@ -31,6 +31,50 @@ type=Bus bus_id=1 clock=2 width=64 +responder_set=false + +[system.cpu.itb] +type=AlphaITB +size=48 + +[system.cpu.dtb] +type=AlphaDTB +size=64 + +[system.cpu] +type=TimingSimpleCPU +max_insts_any_thread=0 +max_insts_all_threads=0 +max_loads_any_thread=0 +max_loads_all_threads=0 +progress_interval=0 +system=system +cpu_id=0 +itb=system.cpu.itb +dtb=system.cpu.dtb +profile=0 +clock=1 +defer_registration=false +// width not specified +function_trace=false +function_trace_start=0 +// simulate_stalls not specified + +[system.intrctrl] +type=IntrControl +cpu=system.cpu + +[system.tsunami] +type=Tsunami +system=system +intrctrl=system.intrctrl + +[system.membus.responder] +type=BadAddr +pio_addr=0 +pio_latency=0 +platform=system.tsunami +system=system [system.bridge] type=Bridge @@ -75,38 +119,6 @@ image=system.disk2.image driveID=master delay=2000 -[system.cpu.itb] -type=AlphaITB -size=48 - -[system.cpu.dtb] -type=AlphaDTB -size=64 - -[system.cpu] -type=TimingSimpleCPU -max_insts_any_thread=0 -max_insts_all_threads=0 -max_loads_any_thread=0 -max_loads_all_threads=0 -progress_interval=0 -mem=system.physmem -system=system -cpu_id=0 -itb=system.cpu.itb -dtb=system.cpu.dtb -profile=0 -clock=1 -defer_registration=false -// width not specified -function_trace=false -function_trace_start=0 -// simulate_stalls not specified - -[system.intrctrl] -type=IntrControl -cpu=system.cpu - [system.simple_disk.disk] type=RawDiskImage image_file=/dist/m5/system/disks/linux-latest.img @@ -117,11 +129,6 @@ type=SimpleDisk system=system disk=system.simple_disk.disk -[system.tsunami] -type=Tsunami -system=system -intrctrl=system.intrctrl - [system.tsunami.fake_uart1] type=IsaFake pio_addr=8804615848696 @@ -467,6 +474,14 @@ type=Bus bus_id=0 clock=2 width=64 +responder_set=true + +[system.iobus.responder] +type=BadAddr +pio_addr=0 +pio_latency=0 +platform=system.tsunami +system=system [trace] flags= diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/m5stats.txt b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/m5stats.txt index c126b03a3..6c7f8faed 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/m5stats.txt +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/m5stats.txt @@ -1,86 +1,86 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 244619 # Simulator instruction rate (inst/s) -host_mem_usage 197804 # Number of bytes of host memory used -host_seconds 252.48 # Real time elapsed on the host -host_tick_rate 14464234 # Simulator tick rate (ticks/s) +host_inst_rate 351787 # Simulator instruction rate (inst/s) +host_mem_usage 198432 # Number of bytes of host memory used +host_seconds 175.87 # Real time elapsed on the host +host_tick_rate 22032614 # Simulator tick rate (ticks/s) sim_freq 2000000000 # Frequency of simulated ticks -sim_insts 61760478 # Number of instructions simulated -sim_seconds 1.825937 # Number of seconds simulated -sim_ticks 3651873858 # Number of ticks simulated -system.cpu.dtb.accesses 1304494 # DTB accesses +sim_insts 61868161 # Number of instructions simulated +sim_seconds 1.937422 # Number of seconds simulated +sim_ticks 3874844018 # Number of ticks simulated +system.cpu.dtb.accesses 1304554 # DTB accesses system.cpu.dtb.acv 367 # DTB access violations -system.cpu.dtb.hits 16545335 # DTB hits -system.cpu.dtb.misses 11425 # DTB misses -system.cpu.dtb.read_accesses 900425 # DTB read accesses +system.cpu.dtb.hits 16566194 # DTB hits +system.cpu.dtb.misses 11447 # DTB misses +system.cpu.dtb.read_accesses 900486 # DTB read accesses system.cpu.dtb.read_acv 210 # DTB read access violations -system.cpu.dtb.read_hits 10034117 # DTB read hits -system.cpu.dtb.read_misses 10280 # DTB read misses -system.cpu.dtb.write_accesses 404069 # DTB write accesses +system.cpu.dtb.read_hits 10048141 # DTB read hits +system.cpu.dtb.read_misses 10303 # DTB read misses +system.cpu.dtb.write_accesses 404068 # DTB write accesses system.cpu.dtb.write_acv 157 # DTB write access violations -system.cpu.dtb.write_hits 6511218 # DTB write hits -system.cpu.dtb.write_misses 1145 # DTB write misses -system.cpu.idle_fraction 0.978539 # Percentage of idle cycles -system.cpu.itb.accesses 3281311 # ITB accesses +system.cpu.dtb.write_hits 6518053 # DTB write hits +system.cpu.dtb.write_misses 1144 # DTB write misses +system.cpu.idle_fraction 0.918945 # Percentage of idle cycles +system.cpu.itb.accesses 3281349 # ITB accesses system.cpu.itb.acv 184 # ITB acv -system.cpu.itb.hits 3276321 # ITB hits -system.cpu.itb.misses 4990 # ITB misses -system.cpu.kern.callpal 193987 # number of callpals executed +system.cpu.itb.hits 3276346 # ITB hits +system.cpu.itb.misses 5003 # ITB misses +system.cpu.kern.callpal 195242 # number of callpals executed system.cpu.kern.callpal_cserve 1 0.00% 0.00% # number of callpals executed system.cpu.kern.callpal_wrmces 1 0.00% 0.00% # number of callpals executed system.cpu.kern.callpal_wrfen 1 0.00% 0.00% # number of callpals executed system.cpu.kern.callpal_wrvptptr 1 0.00% 0.00% # number of callpals executed -system.cpu.kern.callpal_swpctx 4203 2.17% 2.17% # number of callpals executed -system.cpu.kern.callpal_tbi 54 0.03% 2.20% # number of callpals executed -system.cpu.kern.callpal_wrent 7 0.00% 2.20% # number of callpals executed -system.cpu.kern.callpal_swpipl 176881 91.18% 93.38% # number of callpals executed -system.cpu.kern.callpal_rdps 6888 3.55% 96.93% # number of callpals executed -system.cpu.kern.callpal_wrkgp 1 0.00% 96.93% # number of callpals executed -system.cpu.kern.callpal_wrusp 7 0.00% 96.94% # number of callpals executed -system.cpu.kern.callpal_rdusp 9 0.00% 96.94% # number of callpals executed -system.cpu.kern.callpal_whami 2 0.00% 96.94% # number of callpals executed -system.cpu.kern.callpal_rti 5219 2.69% 99.63% # number of callpals executed +system.cpu.kern.callpal_swpctx 4161 2.13% 2.13% # number of callpals executed +system.cpu.kern.callpal_tbi 54 0.03% 2.16% # number of callpals executed +system.cpu.kern.callpal_wrent 7 0.00% 2.16% # number of callpals executed +system.cpu.kern.callpal_swpipl 178096 91.22% 93.38% # number of callpals executed +system.cpu.kern.callpal_rdps 6977 3.57% 96.96% # number of callpals executed +system.cpu.kern.callpal_wrkgp 1 0.00% 96.96% # number of callpals executed +system.cpu.kern.callpal_wrusp 7 0.00% 96.96% # number of callpals executed +system.cpu.kern.callpal_rdusp 9 0.00% 96.96% # number of callpals executed +system.cpu.kern.callpal_whami 2 0.00% 96.97% # number of callpals executed +system.cpu.kern.callpal_rti 5212 2.67% 99.64% # number of callpals executed system.cpu.kern.callpal_callsys 531 0.27% 99.91% # number of callpals executed system.cpu.kern.callpal_imb 181 0.09% 100.00% # number of callpals executed system.cpu.kern.inst.arm 0 # number of arm instructions executed -system.cpu.kern.inst.hwrei 213061 # number of hwrei instructions executed +system.cpu.kern.inst.hwrei 214344 # number of hwrei instructions executed system.cpu.kern.inst.ivlb 0 # number of ivlb instructions executed system.cpu.kern.inst.ivle 0 # number of ivle instructions executed -system.cpu.kern.inst.quiesce 6207 # number of quiesce instructions executed -system.cpu.kern.ipl_count 184207 # number of times we switched to this ipl -system.cpu.kern.ipl_count_0 75390 40.93% 40.93% # number of times we switched to this ipl -system.cpu.kern.ipl_count_21 245 0.13% 41.06% # number of times we switched to this ipl -system.cpu.kern.ipl_count_22 1861 1.01% 42.07% # number of times we switched to this ipl -system.cpu.kern.ipl_count_31 106711 57.93% 100.00% # number of times we switched to this ipl -system.cpu.kern.ipl_good 150152 # number of times we switched to this ipl from a different ipl -system.cpu.kern.ipl_good_0 74023 49.30% 49.30% # number of times we switched to this ipl from a different ipl -system.cpu.kern.ipl_good_21 245 0.16% 49.46% # number of times we switched to this ipl from a different ipl -system.cpu.kern.ipl_good_22 1861 1.24% 50.70% # number of times we switched to this ipl from a different ipl -system.cpu.kern.ipl_good_31 74023 49.30% 100.00% # number of times we switched to this ipl from a different ipl -system.cpu.kern.ipl_ticks 3651873412 # number of cycles we spent at this ipl -system.cpu.kern.ipl_ticks_0 3611240657 98.89% 98.89% # number of cycles we spent at this ipl -system.cpu.kern.ipl_ticks_21 53683 0.00% 98.89% # number of cycles we spent at this ipl -system.cpu.kern.ipl_ticks_22 219598 0.01% 98.89% # number of cycles we spent at this ipl -system.cpu.kern.ipl_ticks_31 40359474 1.11% 100.00% # number of cycles we spent at this ipl -system.cpu.kern.ipl_used 0.815126 # fraction of swpipl calls that actually changed the ipl -system.cpu.kern.ipl_used_0 0.981868 # fraction of swpipl calls that actually changed the ipl +system.cpu.kern.inst.quiesce 6112 # number of quiesce instructions executed +system.cpu.kern.ipl_count 185408 # number of times we switched to this ipl +system.cpu.kern.ipl_count_0 75624 40.79% 40.79% # number of times we switched to this ipl +system.cpu.kern.ipl_count_21 143 0.08% 40.87% # number of times we switched to this ipl +system.cpu.kern.ipl_count_22 1956 1.05% 41.92% # number of times we switched to this ipl +system.cpu.kern.ipl_count_31 107685 58.08% 100.00% # number of times we switched to this ipl +system.cpu.kern.ipl_good 150613 # number of times we switched to this ipl from a different ipl +system.cpu.kern.ipl_good_0 74257 49.30% 49.30% # number of times we switched to this ipl from a different ipl +system.cpu.kern.ipl_good_21 143 0.09% 49.40% # number of times we switched to this ipl from a different ipl +system.cpu.kern.ipl_good_22 1956 1.30% 50.70% # number of times we switched to this ipl from a different ipl +system.cpu.kern.ipl_good_31 74257 49.30% 100.00% # number of times we switched to this ipl from a different ipl +system.cpu.kern.ipl_ticks 3874842234 # number of cycles we spent at this ipl +system.cpu.kern.ipl_ticks_0 3747190106 96.71% 96.71% # number of cycles we spent at this ipl +system.cpu.kern.ipl_ticks_21 122728 0.00% 96.71% # number of cycles we spent at this ipl +system.cpu.kern.ipl_ticks_22 915408 0.02% 96.73% # number of cycles we spent at this ipl +system.cpu.kern.ipl_ticks_31 126613992 3.27% 100.00% # number of cycles we spent at this ipl +system.cpu.kern.ipl_used 0.812333 # fraction of swpipl calls that actually changed the ipl +system.cpu.kern.ipl_used_0 0.981924 # fraction of swpipl calls that actually changed the ipl system.cpu.kern.ipl_used_21 1 # fraction of swpipl calls that actually changed the ipl system.cpu.kern.ipl_used_22 1 # fraction of swpipl calls that actually changed the ipl -system.cpu.kern.ipl_used_31 0.693677 # fraction of swpipl calls that actually changed the ipl -system.cpu.kern.mode_good_kernel 1934 -system.cpu.kern.mode_good_user 1754 -system.cpu.kern.mode_good_idle 180 -system.cpu.kern.mode_switch_kernel 5984 # number of protection mode switches -system.cpu.kern.mode_switch_user 1754 # number of protection mode switches -system.cpu.kern.mode_switch_idle 2104 # number of protection mode switches -system.cpu.kern.mode_switch_good 0.393010 # fraction of useful protection mode switches -system.cpu.kern.mode_switch_good_kernel 0.323195 # fraction of useful protection mode switches +system.cpu.kern.ipl_used_31 0.689576 # fraction of swpipl calls that actually changed the ipl +system.cpu.kern.mode_good_kernel 1923 +system.cpu.kern.mode_good_user 1762 +system.cpu.kern.mode_good_idle 161 +system.cpu.kern.mode_switch_kernel 5967 # number of protection mode switches +system.cpu.kern.mode_switch_user 1762 # number of protection mode switches +system.cpu.kern.mode_switch_idle 2072 # number of protection mode switches +system.cpu.kern.mode_switch_good 0.392409 # fraction of useful protection mode switches +system.cpu.kern.mode_switch_good_kernel 0.322272 # fraction of useful protection mode switches system.cpu.kern.mode_switch_good_user 1 # fraction of useful protection mode switches -system.cpu.kern.mode_switch_good_idle 0.085551 # fraction of useful protection mode switches -system.cpu.kern.mode_ticks_kernel 58926919 1.61% 1.61% # number of ticks spent at the given mode -system.cpu.kern.mode_ticks_user 4685602 0.13% 1.74% # number of ticks spent at the given mode -system.cpu.kern.mode_ticks_idle 3588260889 98.26% 100.00% # number of ticks spent at the given mode -system.cpu.kern.swap_context 4204 # number of times the context was actually changed +system.cpu.kern.mode_switch_good_idle 0.077703 # fraction of useful protection mode switches +system.cpu.kern.mode_ticks_kernel 118227580 3.05% 3.05% # number of ticks spent at the given mode +system.cpu.kern.mode_ticks_user 18744852 0.48% 3.53% # number of ticks spent at the given mode +system.cpu.kern.mode_ticks_idle 3737869794 96.47% 100.00% # number of ticks spent at the given mode +system.cpu.kern.swap_context 4162 # number of times the context was actually changed system.cpu.kern.syscall 329 # number of syscalls executed system.cpu.kern.syscall_fork 8 2.43% 2.43% # number of syscalls executed system.cpu.kern.syscall_read 30 9.12% 11.55% # number of syscalls executed @@ -112,10 +112,10 @@ system.cpu.kern.syscall_connect 2 0.61% 97.57% # nu system.cpu.kern.syscall_setgid 4 1.22% 98.78% # number of syscalls executed system.cpu.kern.syscall_getrlimit 2 0.61% 99.39% # number of syscalls executed system.cpu.kern.syscall_setsid 2 0.61% 100.00% # number of syscalls executed -system.cpu.not_idle_fraction 0.021461 # Percentage of non-idle cycles -system.cpu.numCycles 3651873858 # number of cpu cycles simulated -system.cpu.num_insts 61760478 # Number of instructions executed -system.cpu.num_refs 16793874 # Number of memory references +system.cpu.not_idle_fraction 0.081055 # Percentage of non-idle cycles +system.cpu.numCycles 3874844018 # number of cpu cycles simulated +system.cpu.num_insts 61868161 # Number of instructions executed +system.cpu.num_refs 16814275 # Number of memory references system.disk0.dma_read_bytes 1024 # Number of bytes transfered via DMA reads (not PRD). system.disk0.dma_read_full_pages 0 # Number of full page size DMA reads (not PRD). system.disk0.dma_read_txs 1 # Number of DMA read transactions (not PRD). diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stderr b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stderr index 4741dd710..dbafd6309 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stderr +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stderr @@ -1,4 +1,8 @@ +Warning: rounding error > tolerance + 0.002000 rounded to 0 +Warning: rounding error > tolerance + 0.002000 rounded to 0 0: system.tsunami.io.rtc: Real-time clock set to Sun Jan 1 00:00:00 2006 -Listening for console connection on port 3457 -0: system.remote_gdb.listener: listening for remote gdb #0 on port 7001 +Listening for console connection on port 3456 +0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 warn: Entering event queue @ 0. Starting simulation... diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stdout b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stdout index 2ffd4c8b9..9ae43c290 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stdout +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stdout @@ -5,8 +5,8 @@ The Regents of The University of Michigan All Rights Reserved -M5 compiled Oct 10 2006 01:59:16 -M5 started Tue Oct 10 02:04:59 2006 -M5 executing on zamp.eecs.umich.edu +M5 compiled Nov 5 2006 19:41:29 +M5 started Sun Nov 5 20:04:39 2006 +M5 executing on zizzer.eecs.umich.edu command line: build/ALPHA_FS/m5.opt -d build/ALPHA_FS/tests/opt/quick/10.linux-boot/alpha/linux/tsunami-simple-timing tests/run.py quick/10.linux-boot/alpha/linux/tsunami-simple-timing -Exiting @ tick 3651873858 because m5_exit instruction encountered +Exiting @ tick 3874844018 because m5_exit instruction encountered -- cgit v1.2.3