stats: fix some miss-committed changes from the icache change

This commit is contained in:
Ali Saidi 2012-07-28 13:48:04 -04:00
parent fe2faa1975
commit 19cc023cf5
48 changed files with 2127 additions and 734 deletions

View file

@ -155,20 +155,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -204,11 +214,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=15
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -245,56 +260,76 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers2
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=3
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=4
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -302,26 +337,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=5
node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:53:20
gem5 started Jun 4 2012 13:42:35
gem5 compiled Jul 28 2012 11:30:15
gem5 started Jul 28 2012 11:35:39
gem5 executing on zizzer
command line: build/ALPHA_MESI_CMP_directory/gem5.opt -d build/ALPHA_MESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_MESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MESI_CMP_directory
Global frequency set at 1000000000 ticks per second

View file

@ -4,11 +4,11 @@ sim_seconds 0.000279 # Nu
sim_ticks 279353 # Number of ticks simulated
final_tick 279353 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 12119 # Simulator instruction rate (inst/s)
host_op_rate 12118 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 528605 # Simulator tick rate (ticks/s)
host_mem_usage 226340 # Number of bytes of host memory used
host_seconds 0.53 # Real time elapsed on the host
host_inst_rate 24063 # Simulator instruction rate (inst/s)
host_op_rate 24061 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1049533 # Simulator tick rate (ticks/s)
host_mem_usage 233960 # Number of bytes of host memory used
host_seconds 0.27 # Real time elapsed on the host
sim_insts 6404 # Number of instructions simulated
sim_ops 6404 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 25656 # Number of bytes read from this memory
@ -33,6 +33,24 @@ system.physmem.bw_write::total 23969673 # Wr
system.physmem.bw_total::cpu.inst 91840789 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 55485354 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 147326143 # Total bandwidth to/from this memory (bytes/s)
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu.dtb.fetch_hits 0 # ITB hits
system.cpu.dtb.fetch_misses 0 # ITB misses
system.cpu.dtb.fetch_acv 0 # ITB acv

View file

@ -152,20 +152,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -200,11 +210,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=15
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -241,56 +256,76 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers2
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=3
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=4
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -298,26 +333,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=5
node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:54:55
gem5 started Jun 4 2012 14:41:04
gem5 compiled Jul 28 2012 11:32:56
gem5 started Jul 28 2012 11:35:52
gem5 executing on zizzer
command line: build/ALPHA_MOESI_CMP_directory/gem5.opt -d build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory
Global frequency set at 1000000000 ticks per second

View file

@ -4,11 +4,11 @@ sim_seconds 0.000224 # Nu
sim_ticks 223694 # Number of ticks simulated
final_tick 223694 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 30014 # Simulator instruction rate (inst/s)
host_op_rate 30012 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1048235 # Simulator tick rate (ticks/s)
host_mem_usage 226460 # Number of bytes of host memory used
host_seconds 0.21 # Real time elapsed on the host
host_inst_rate 2880 # Simulator instruction rate (inst/s)
host_op_rate 2880 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 100591 # Simulator tick rate (ticks/s)
host_mem_usage 235160 # Number of bytes of host memory used
host_seconds 2.22 # Real time elapsed on the host
sim_insts 6404 # Number of instructions simulated
sim_ops 6404 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 25656 # Number of bytes read from this memory
@ -33,6 +33,24 @@ system.physmem.bw_write::total 29933749 # Wr
system.physmem.bw_total::cpu.inst 114692392 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 69291085 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 183983477 # Total bandwidth to/from this memory (bytes/s)
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu.dtb.fetch_hits 0 # ITB hits
system.cpu.dtb.fetch_misses 0 # ITB misses
system.cpu.dtb.fetch_acv 0 # ITB acv

View file

@ -161,20 +161,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -211,11 +221,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -252,56 +267,76 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers2
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=3
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=4
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -309,26 +344,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=5
node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:56:32
gem5 started Jun 4 2012 14:42:12
gem5 compiled Jul 28 2012 11:35:39
gem5 started Jul 28 2012 11:35:54
gem5 executing on zizzer
command line: build/ALPHA_MOESI_CMP_token/gem5.opt -d build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token
Global frequency set at 1000000000 ticks per second

View file

@ -4,11 +4,11 @@ sim_seconds 0.000232 # Nu
sim_ticks 231701 # Number of ticks simulated
final_tick 231701 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 50012 # Simulator instruction rate (inst/s)
host_op_rate 50005 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1808952 # Simulator tick rate (ticks/s)
host_mem_usage 224692 # Number of bytes of host memory used
host_seconds 0.13 # Real time elapsed on the host
host_inst_rate 46536 # Simulator instruction rate (inst/s)
host_op_rate 46530 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1683295 # Simulator tick rate (ticks/s)
host_mem_usage 233016 # Number of bytes of host memory used
host_seconds 0.14 # Real time elapsed on the host
sim_insts 6404 # Number of instructions simulated
sim_ops 6404 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 25656 # Number of bytes read from this memory
@ -33,6 +33,24 @@ system.physmem.bw_write::total 28899314 # Wr
system.physmem.bw_total::cpu.inst 110728914 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 66896561 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 177625474 # Total bandwidth to/from this memory (bytes/s)
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu.dtb.fetch_hits 0 # ITB hits
system.cpu.dtb.fetch_misses 0 # ITB misses
system.cpu.dtb.fetch_acv 0 # ITB acv

View file

@ -138,11 +138,16 @@ version=0
[system.dir_cntrl0.probeFilter]
type=RubyCache
assoc=4
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=1
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=1024
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0]
type=L1Cache_Controller
@ -167,29 +172,44 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -242,61 +262,64 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 int_links0 int_links1 routers0 routers1 routers2
children=ext_links0 ext_links1 int_links0 int_links1
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=2
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers2
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers2
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:51:44
gem5 started Jun 4 2012 13:41:27
gem5 compiled Jul 28 2012 11:27:37
gem5 started Jul 28 2012 11:35:39
gem5 executing on zizzer
command line: build/ALPHA_MOESI_hammer/gem5.opt -d build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer -re tests/run.py build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer
Global frequency set at 1000000000 ticks per second

View file

@ -4,11 +4,11 @@ sim_seconds 0.000208 # Nu
sim_ticks 208400 # Number of ticks simulated
final_tick 208400 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 52133 # Simulator instruction rate (inst/s)
host_op_rate 52125 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1696034 # Simulator tick rate (ticks/s)
host_mem_usage 224184 # Number of bytes of host memory used
host_seconds 0.12 # Real time elapsed on the host
host_inst_rate 49772 # Simulator instruction rate (inst/s)
host_op_rate 49764 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1619227 # Simulator tick rate (ticks/s)
host_mem_usage 231924 # Number of bytes of host memory used
host_seconds 0.13 # Real time elapsed on the host
sim_insts 6404 # Number of instructions simulated
sim_ops 6404 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 25656 # Number of bytes read from this memory
@ -33,6 +33,30 @@ system.physmem.bw_write::total 32130518 # Wr
system.physmem.bw_total::cpu.inst 123109405 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 74376200 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 197485605 # Total bandwidth to/from this memory (bytes/s)
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.dir_cntrl0.probeFilter.num_data_array_reads 0 # number of data array reads
system.dir_cntrl0.probeFilter.num_data_array_writes 0 # number of data array writes
system.dir_cntrl0.probeFilter.num_tag_array_reads 0 # number of tag array reads
system.dir_cntrl0.probeFilter.num_tag_array_writes 0 # number of tag array writes
system.dir_cntrl0.probeFilter.num_tag_array_stalls 0 # number of stalls caused by tag array
system.dir_cntrl0.probeFilter.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu.dtb.fetch_hits 0 # ITB hits
system.cpu.dtb.fetch_misses 0 # ITB misses
system.cpu.dtb.fetch_acv 0 # ITB acv

View file

@ -155,20 +155,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -204,11 +214,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=15
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -245,56 +260,76 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers2
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=3
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=4
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -302,26 +337,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=5
node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:53:20
gem5 started Jun 4 2012 13:42:35
gem5 compiled Jul 28 2012 11:30:15
gem5 started Jul 28 2012 11:35:39
gem5 executing on zizzer
command line: build/ALPHA_MESI_CMP_directory/gem5.opt -d build/ALPHA_MESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_MESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MESI_CMP_directory
Global frequency set at 1000000000 ticks per second

View file

@ -4,11 +4,11 @@ sim_seconds 0.000105 # Nu
sim_ticks 104867 # Number of ticks simulated
final_tick 104867 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 4864 # Simulator instruction rate (inst/s)
host_op_rate 4864 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 197908 # Simulator tick rate (ticks/s)
host_mem_usage 224040 # Number of bytes of host memory used
host_seconds 0.53 # Real time elapsed on the host
host_inst_rate 22041 # Simulator instruction rate (inst/s)
host_op_rate 22037 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 896641 # Simulator tick rate (ticks/s)
host_mem_usage 231628 # Number of bytes of host memory used
host_seconds 0.12 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 10340 # Number of bytes read from this memory
@ -33,6 +33,24 @@ system.physmem.bw_write::total 19624858 # Wr
system.physmem.bw_total::cpu.inst 98601085 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 48385097 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 146986182 # Total bandwidth to/from this memory (bytes/s)
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu.dtb.fetch_hits 0 # ITB hits
system.cpu.dtb.fetch_misses 0 # ITB misses
system.cpu.dtb.fetch_acv 0 # ITB acv

View file

@ -152,20 +152,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -200,11 +210,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=15
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -241,56 +256,76 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers2
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=3
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=4
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -298,26 +333,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=5
node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:54:55
gem5 started Jun 4 2012 14:41:15
gem5 compiled Jul 28 2012 11:32:56
gem5 started Jul 28 2012 11:35:53
gem5 executing on zizzer
command line: build/ALPHA_MOESI_CMP_directory/gem5.opt -d build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory
Global frequency set at 1000000000 ticks per second

View file

@ -4,11 +4,11 @@ sim_seconds 0.000085 # Nu
sim_ticks 85418 # Number of ticks simulated
final_tick 85418 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 30509 # Simulator instruction rate (inst/s)
host_op_rate 30502 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1010829 # Simulator tick rate (ticks/s)
host_mem_usage 224228 # Number of bytes of host memory used
host_seconds 0.08 # Real time elapsed on the host
host_inst_rate 1284 # Simulator instruction rate (inst/s)
host_op_rate 1284 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 42571 # Simulator tick rate (ticks/s)
host_mem_usage 232824 # Number of bytes of host memory used
host_seconds 2.01 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 10340 # Number of bytes read from this memory
@ -33,6 +33,24 @@ system.physmem.bw_write::total 24093282 # Wr
system.physmem.bw_total::cpu.inst 121051769 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 59402000 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 180453769 # Total bandwidth to/from this memory (bytes/s)
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu.dtb.fetch_hits 0 # ITB hits
system.cpu.dtb.fetch_misses 0 # ITB misses
system.cpu.dtb.fetch_acv 0 # ITB acv

View file

@ -161,20 +161,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -211,11 +221,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -252,56 +267,76 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers2
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=3
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=4
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -309,26 +344,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=5
node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:56:32
gem5 started Jun 4 2012 14:42:22
gem5 compiled Jul 28 2012 11:35:39
gem5 started Jul 28 2012 11:36:00
gem5 executing on zizzer
command line: build/ALPHA_MOESI_CMP_token/gem5.opt -d build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token
Global frequency set at 1000000000 ticks per second

View file

@ -4,10 +4,10 @@ sim_seconds 0.000088 # Nu
sim_ticks 87899 # Number of ticks simulated
final_tick 87899 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 49141 # Simulator instruction rate (inst/s)
host_op_rate 49125 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1675041 # Simulator tick rate (ticks/s)
host_mem_usage 223232 # Number of bytes of host memory used
host_inst_rate 52392 # Simulator instruction rate (inst/s)
host_op_rate 52375 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1785884 # Simulator tick rate (ticks/s)
host_mem_usage 231708 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
@ -33,6 +33,24 @@ system.physmem.bw_write::total 23413236 # Wr
system.physmem.bw_total::cpu.inst 117635013 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 57725344 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 175360357 # Total bandwidth to/from this memory (bytes/s)
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu.dtb.fetch_hits 0 # ITB hits
system.cpu.dtb.fetch_misses 0 # ITB misses
system.cpu.dtb.fetch_acv 0 # ITB acv

View file

@ -138,11 +138,16 @@ version=0
[system.dir_cntrl0.probeFilter]
type=RubyCache
assoc=4
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=1
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=1024
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0]
type=L1Cache_Controller
@ -167,29 +172,44 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -242,61 +262,64 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 int_links0 int_links1 routers0 routers1 routers2
children=ext_links0 ext_links1 int_links0 int_links1
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=2
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers2
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers2
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:51:44
gem5 started Jun 4 2012 13:42:34
gem5 compiled Jul 28 2012 11:27:37
gem5 started Jul 28 2012 11:35:39
gem5 executing on zizzer
command line: build/ALPHA_MOESI_hammer/gem5.opt -d build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer -re tests/run.py build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer
Global frequency set at 1000000000 ticks per second

View file

@ -4,11 +4,11 @@ sim_seconds 0.000078 # Nu
sim_ticks 78448 # Number of ticks simulated
final_tick 78448 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 9618 # Simulator instruction rate (inst/s)
host_op_rate 9618 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 292754 # Simulator tick rate (ticks/s)
host_mem_usage 222892 # Number of bytes of host memory used
host_seconds 0.27 # Real time elapsed on the host
host_inst_rate 31170 # Simulator instruction rate (inst/s)
host_op_rate 31163 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 948464 # Simulator tick rate (ticks/s)
host_mem_usage 230616 # Number of bytes of host memory used
host_seconds 0.08 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 10340 # Number of bytes read from this memory
@ -33,6 +33,30 @@ system.physmem.bw_write::total 26233938 # Wr
system.physmem.bw_total::cpu.inst 131807057 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 64679788 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 196486845 # Total bandwidth to/from this memory (bytes/s)
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.dir_cntrl0.probeFilter.num_data_array_reads 0 # number of data array reads
system.dir_cntrl0.probeFilter.num_data_array_writes 0 # number of data array writes
system.dir_cntrl0.probeFilter.num_tag_array_reads 0 # number of tag array reads
system.dir_cntrl0.probeFilter.num_tag_array_writes 0 # number of tag array writes
system.dir_cntrl0.probeFilter.num_tag_array_stalls 0 # number of stalls caused by tag array
system.dir_cntrl0.probeFilter.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu.dtb.fetch_hits 0 # ITB hits
system.cpu.dtb.fetch_misses 0 # ITB misses
system.cpu.dtb.fetch_acv 0 # ITB acv

View file

@ -8,7 +8,7 @@ time_sync_spin_threshold=100000
[system]
type=System
children=cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 dir_cntrl0 funcmem l1_cntrl0 l1_cntrl1 l1_cntrl2 l1_cntrl3 l1_cntrl4 l1_cntrl5 l1_cntrl6 l1_cntrl7 l2_cntrl0 physmem ruby sys_port_proxy
children=cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 dir_cntrl0 funcbus funcmem l1_cntrl0 l1_cntrl1 l1_cntrl2 l1_cntrl3 l1_cntrl4 l1_cntrl5 l1_cntrl6 l1_cntrl7 l2_cntrl0 physmem ruby sys_port_proxy
boot_osflags=a
init_param=0
kernel=
@ -42,7 +42,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[0]
functional=system.funcbus.slave[0]
test=system.l1_cntrl0.sequencer.slave[0]
[system.cpu1]
@ -60,7 +60,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[1]
functional=system.funcbus.slave[1]
test=system.l1_cntrl1.sequencer.slave[0]
[system.cpu2]
@ -78,7 +78,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[2]
functional=system.funcbus.slave[2]
test=system.l1_cntrl2.sequencer.slave[0]
[system.cpu3]
@ -96,7 +96,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[3]
functional=system.funcbus.slave[3]
test=system.l1_cntrl3.sequencer.slave[0]
[system.cpu4]
@ -114,7 +114,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[4]
functional=system.funcbus.slave[4]
test=system.l1_cntrl4.sequencer.slave[0]
[system.cpu5]
@ -132,7 +132,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[5]
functional=system.funcbus.slave[5]
test=system.l1_cntrl5.sequencer.slave[0]
[system.cpu6]
@ -150,7 +150,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[6]
functional=system.funcbus.slave[6]
test=system.l1_cntrl6.sequencer.slave[0]
[system.cpu7]
@ -168,7 +168,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[7]
functional=system.funcbus.slave[7]
test=system.l1_cntrl7.sequencer.slave[0]
[system.dir_cntrl0]
@ -215,6 +215,16 @@ refresh_period=1560
tFaw=0
version=0
[system.funcbus]
type=NoncoherentBus
block_size=64
clock=1
header_cycles=1
use_default_range=false
width=8
master=system.funcmem.port
slave=system.cpu0.functional system.cpu1.functional system.cpu2.functional system.cpu3.functional system.cpu4.functional system.cpu5.functional system.cpu6.functional system.cpu7.functional
[system.funcmem]
type=SimpleMemory
conf_table_reported=false
@ -225,7 +235,7 @@ latency_var=0
null=false
range=0:134217727
zero=false
port=system.cpu0.functional system.cpu1.functional system.cpu2.functional system.cpu3.functional system.cpu4.functional system.cpu5.functional system.cpu6.functional system.cpu7.functional
port=system.funcbus.master[0]
[system.l1_cntrl0]
type=L1Cache_Controller
@ -249,20 +259,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -302,20 +322,30 @@ version=1
[system.l1_cntrl1.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl1.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl1.sequencer]
type=RubySequencer
@ -355,20 +385,30 @@ version=2
[system.l1_cntrl2.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl2.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl2.sequencer]
type=RubySequencer
@ -408,20 +448,30 @@ version=3
[system.l1_cntrl3.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl3.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl3.sequencer]
type=RubySequencer
@ -461,20 +511,30 @@ version=4
[system.l1_cntrl4.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl4.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl4.sequencer]
type=RubySequencer
@ -514,20 +574,30 @@ version=5
[system.l1_cntrl5.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl5.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl5.sequencer]
type=RubySequencer
@ -567,20 +637,30 @@ version=6
[system.l1_cntrl6.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl6.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl6.sequencer]
type=RubySequencer
@ -620,20 +700,30 @@ version=7
[system.l1_cntrl7.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl7.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl7.sequencer]
type=RubySequencer
@ -669,11 +759,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=15
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -710,119 +805,174 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9 routers00 routers01 routers02 routers03 routers04 routers05 routers06 routers07 routers08 routers09 routers10
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 system.ruby.network.topology.ext_links9
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 system.ruby.network.topology.int_links9
print_config=false
routers=system.ruby.network.topology.routers00 system.ruby.network.topology.routers01 system.ruby.network.topology.routers02 system.ruby.network.topology.routers03 system.ruby.network.topology.routers04 system.ruby.network.topology.routers05 system.ruby.network.topology.routers06 system.ruby.network.topology.routers07 system.ruby.network.topology.routers08 system.ruby.network.topology.routers09 system.ruby.network.topology.routers10
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.ext_links3.int_node system.ruby.network.topology.ext_links4.int_node system.ruby.network.topology.ext_links5.int_node system.ruby.network.topology.ext_links6.int_node system.ruby.network.topology.ext_links7.int_node system.ruby.network.topology.ext_links8.int_node system.ruby.network.topology.ext_links9.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers00
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl1
int_node=system.ruby.network.topology.routers01
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl2
int_node=system.ruby.network.topology.routers02
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.ext_links3]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl3
int_node=system.ruby.network.topology.routers03
int_node=system.ruby.network.topology.ext_links3.int_node
latency=1
link_id=3
weight=1
[system.ruby.network.topology.ext_links3.int_node]
type=BasicRouter
router_id=3
[system.ruby.network.topology.ext_links4]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl4
int_node=system.ruby.network.topology.routers04
int_node=system.ruby.network.topology.ext_links4.int_node
latency=1
link_id=4
weight=1
[system.ruby.network.topology.ext_links4.int_node]
type=BasicRouter
router_id=4
[system.ruby.network.topology.ext_links5]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl5
int_node=system.ruby.network.topology.routers05
int_node=system.ruby.network.topology.ext_links5.int_node
latency=1
link_id=5
weight=1
[system.ruby.network.topology.ext_links5.int_node]
type=BasicRouter
router_id=5
[system.ruby.network.topology.ext_links6]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl6
int_node=system.ruby.network.topology.routers06
int_node=system.ruby.network.topology.ext_links6.int_node
latency=1
link_id=6
weight=1
[system.ruby.network.topology.ext_links6.int_node]
type=BasicRouter
router_id=6
[system.ruby.network.topology.ext_links7]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl7
int_node=system.ruby.network.topology.routers07
int_node=system.ruby.network.topology.ext_links7.int_node
latency=1
link_id=7
weight=1
[system.ruby.network.topology.ext_links7.int_node]
type=BasicRouter
router_id=7
[system.ruby.network.topology.ext_links8]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers08
int_node=system.ruby.network.topology.ext_links8.int_node
latency=1
link_id=8
weight=1
[system.ruby.network.topology.ext_links8.int_node]
type=BasicRouter
router_id=8
[system.ruby.network.topology.ext_links9]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers09
int_node=system.ruby.network.topology.ext_links9.int_node
latency=1
link_id=9
weight=1
[system.ruby.network.topology.ext_links9.int_node]
type=BasicRouter
router_id=9
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=10
node_a=system.ruby.network.topology.routers00
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=10
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=11
node_a=system.ruby.network.topology.routers01
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -830,8 +980,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=12
node_a=system.ruby.network.topology.routers02
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links3]
@ -839,8 +989,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=13
node_a=system.ruby.network.topology.routers03
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links3.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links4]
@ -848,8 +998,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=14
node_a=system.ruby.network.topology.routers04
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links4.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links5]
@ -857,8 +1007,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=15
node_a=system.ruby.network.topology.routers05
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links5.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links6]
@ -866,8 +1016,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=16
node_a=system.ruby.network.topology.routers06
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links6.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links7]
@ -875,8 +1025,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=17
node_a=system.ruby.network.topology.routers07
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links7.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links8]
@ -884,8 +1034,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=18
node_a=system.ruby.network.topology.routers08
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links8.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links9]
@ -893,54 +1043,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=19
node_a=system.ruby.network.topology.routers09
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links9.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers00]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers01]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers02]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers03]
type=BasicRouter
router_id=3
[system.ruby.network.topology.routers04]
type=BasicRouter
router_id=4
[system.ruby.network.topology.routers05]
type=BasicRouter
router_id=5
[system.ruby.network.topology.routers06]
type=BasicRouter
router_id=6
[system.ruby.network.topology.routers07]
type=BasicRouter
router_id=7
[system.ruby.network.topology.routers08]
type=BasicRouter
router_id=8
[system.ruby.network.topology.routers09]
type=BasicRouter
router_id=9
[system.ruby.network.topology.routers10]
type=BasicRouter
router_id=10
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:53:20
gem5 started Jun 4 2012 14:40:22
gem5 compiled Jul 28 2012 11:30:15
gem5 started Jul 28 2012 11:35:39
gem5 executing on zizzer
command line: build/ALPHA_MESI_CMP_directory/gem5.opt -d build/ALPHA_MESI_CMP_directory/tests/opt/quick/se/50.memtest/alpha/linux/memtest-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_MESI_CMP_directory/tests/opt/quick/se/50.memtest/alpha/linux/memtest-ruby-MESI_CMP_directory
Global frequency set at 1000000000 ticks per second

View file

@ -4,9 +4,111 @@ sim_seconds 0.022495 # Nu
sim_ticks 22495354 # Number of ticks simulated
final_tick 22495354 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_tick_rate 256726 # Simulator tick rate (ticks/s)
host_mem_usage 370452 # Number of bytes of host memory used
host_seconds 87.62 # Real time elapsed on the host
host_tick_rate 269371 # Simulator tick rate (ticks/s)
host_mem_usage 378776 # Number of bytes of host memory used
host_seconds 83.51 # Real time elapsed on the host
system.l1_cntrl4.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl4.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl4.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl4.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl4.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl4.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl4.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl4.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl4.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl4.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl4.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl4.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl5.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl5.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl5.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl5.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl5.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl5.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl5.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl5.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl5.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl5.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl5.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl5.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl6.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl6.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl6.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl6.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl6.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl6.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl6.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl6.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl6.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl6.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl6.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl6.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl7.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl7.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl7.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl7.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl7.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl7.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl7.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl7.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl7.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl7.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl7.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl7.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl1.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl1.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl1.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl1.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl1.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl1.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl1.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl1.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl1.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl1.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl1.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl1.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl2.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl2.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl2.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl2.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl2.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl2.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl2.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl2.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl2.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl2.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl2.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl2.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl3.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl3.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl3.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl3.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl3.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl3.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl3.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl3.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl3.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl3.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl3.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl3.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu0.num_reads 99326 # number of read accesses completed
system.cpu0.num_writes 53132 # number of write accesses completed
system.cpu0.num_copies 0 # number of copy accesses completed

View file

@ -8,7 +8,7 @@ time_sync_spin_threshold=100000
[system]
type=System
children=cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 dir_cntrl0 funcmem l1_cntrl0 l1_cntrl1 l1_cntrl2 l1_cntrl3 l1_cntrl4 l1_cntrl5 l1_cntrl6 l1_cntrl7 l2_cntrl0 physmem ruby sys_port_proxy
children=cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 dir_cntrl0 funcbus funcmem l1_cntrl0 l1_cntrl1 l1_cntrl2 l1_cntrl3 l1_cntrl4 l1_cntrl5 l1_cntrl6 l1_cntrl7 l2_cntrl0 physmem ruby sys_port_proxy
boot_osflags=a
init_param=0
kernel=
@ -42,7 +42,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[0]
functional=system.funcbus.slave[0]
test=system.l1_cntrl0.sequencer.slave[0]
[system.cpu1]
@ -60,7 +60,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[1]
functional=system.funcbus.slave[1]
test=system.l1_cntrl1.sequencer.slave[0]
[system.cpu2]
@ -78,7 +78,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[2]
functional=system.funcbus.slave[2]
test=system.l1_cntrl2.sequencer.slave[0]
[system.cpu3]
@ -96,7 +96,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[3]
functional=system.funcbus.slave[3]
test=system.l1_cntrl3.sequencer.slave[0]
[system.cpu4]
@ -114,7 +114,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[4]
functional=system.funcbus.slave[4]
test=system.l1_cntrl4.sequencer.slave[0]
[system.cpu5]
@ -132,7 +132,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[5]
functional=system.funcbus.slave[5]
test=system.l1_cntrl5.sequencer.slave[0]
[system.cpu6]
@ -150,7 +150,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[6]
functional=system.funcbus.slave[6]
test=system.l1_cntrl6.sequencer.slave[0]
[system.cpu7]
@ -168,7 +168,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[7]
functional=system.funcbus.slave[7]
test=system.l1_cntrl7.sequencer.slave[0]
[system.dir_cntrl0]
@ -214,6 +214,16 @@ refresh_period=1560
tFaw=0
version=0
[system.funcbus]
type=NoncoherentBus
block_size=64
clock=1
header_cycles=1
use_default_range=false
width=8
master=system.funcmem.port
slave=system.cpu0.functional system.cpu1.functional system.cpu2.functional system.cpu3.functional system.cpu4.functional system.cpu5.functional system.cpu6.functional system.cpu7.functional
[system.funcmem]
type=SimpleMemory
conf_table_reported=false
@ -224,7 +234,7 @@ latency_var=0
null=false
range=0:134217727
zero=false
port=system.cpu0.functional system.cpu1.functional system.cpu2.functional system.cpu3.functional system.cpu4.functional system.cpu5.functional system.cpu6.functional system.cpu7.functional
port=system.funcbus.master[0]
[system.l1_cntrl0]
type=L1Cache_Controller
@ -246,20 +256,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -297,20 +317,30 @@ version=1
[system.l1_cntrl1.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl1.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl1.sequencer]
type=RubySequencer
@ -348,20 +378,30 @@ version=2
[system.l1_cntrl2.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl2.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl2.sequencer]
type=RubySequencer
@ -399,20 +439,30 @@ version=3
[system.l1_cntrl3.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl3.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl3.sequencer]
type=RubySequencer
@ -450,20 +500,30 @@ version=4
[system.l1_cntrl4.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl4.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl4.sequencer]
type=RubySequencer
@ -501,20 +561,30 @@ version=5
[system.l1_cntrl5.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl5.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl5.sequencer]
type=RubySequencer
@ -552,20 +622,30 @@ version=6
[system.l1_cntrl6.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl6.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl6.sequencer]
type=RubySequencer
@ -603,20 +683,30 @@ version=7
[system.l1_cntrl7.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl7.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl7.sequencer]
type=RubySequencer
@ -651,11 +741,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=15
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -692,119 +787,174 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9 routers00 routers01 routers02 routers03 routers04 routers05 routers06 routers07 routers08 routers09 routers10
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 system.ruby.network.topology.ext_links9
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 system.ruby.network.topology.int_links9
print_config=false
routers=system.ruby.network.topology.routers00 system.ruby.network.topology.routers01 system.ruby.network.topology.routers02 system.ruby.network.topology.routers03 system.ruby.network.topology.routers04 system.ruby.network.topology.routers05 system.ruby.network.topology.routers06 system.ruby.network.topology.routers07 system.ruby.network.topology.routers08 system.ruby.network.topology.routers09 system.ruby.network.topology.routers10
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.ext_links3.int_node system.ruby.network.topology.ext_links4.int_node system.ruby.network.topology.ext_links5.int_node system.ruby.network.topology.ext_links6.int_node system.ruby.network.topology.ext_links7.int_node system.ruby.network.topology.ext_links8.int_node system.ruby.network.topology.ext_links9.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers00
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl1
int_node=system.ruby.network.topology.routers01
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl2
int_node=system.ruby.network.topology.routers02
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.ext_links3]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl3
int_node=system.ruby.network.topology.routers03
int_node=system.ruby.network.topology.ext_links3.int_node
latency=1
link_id=3
weight=1
[system.ruby.network.topology.ext_links3.int_node]
type=BasicRouter
router_id=3
[system.ruby.network.topology.ext_links4]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl4
int_node=system.ruby.network.topology.routers04
int_node=system.ruby.network.topology.ext_links4.int_node
latency=1
link_id=4
weight=1
[system.ruby.network.topology.ext_links4.int_node]
type=BasicRouter
router_id=4
[system.ruby.network.topology.ext_links5]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl5
int_node=system.ruby.network.topology.routers05
int_node=system.ruby.network.topology.ext_links5.int_node
latency=1
link_id=5
weight=1
[system.ruby.network.topology.ext_links5.int_node]
type=BasicRouter
router_id=5
[system.ruby.network.topology.ext_links6]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl6
int_node=system.ruby.network.topology.routers06
int_node=system.ruby.network.topology.ext_links6.int_node
latency=1
link_id=6
weight=1
[system.ruby.network.topology.ext_links6.int_node]
type=BasicRouter
router_id=6
[system.ruby.network.topology.ext_links7]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl7
int_node=system.ruby.network.topology.routers07
int_node=system.ruby.network.topology.ext_links7.int_node
latency=1
link_id=7
weight=1
[system.ruby.network.topology.ext_links7.int_node]
type=BasicRouter
router_id=7
[system.ruby.network.topology.ext_links8]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers08
int_node=system.ruby.network.topology.ext_links8.int_node
latency=1
link_id=8
weight=1
[system.ruby.network.topology.ext_links8.int_node]
type=BasicRouter
router_id=8
[system.ruby.network.topology.ext_links9]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers09
int_node=system.ruby.network.topology.ext_links9.int_node
latency=1
link_id=9
weight=1
[system.ruby.network.topology.ext_links9.int_node]
type=BasicRouter
router_id=9
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=10
node_a=system.ruby.network.topology.routers00
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=10
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=11
node_a=system.ruby.network.topology.routers01
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -812,8 +962,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=12
node_a=system.ruby.network.topology.routers02
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links3]
@ -821,8 +971,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=13
node_a=system.ruby.network.topology.routers03
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links3.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links4]
@ -830,8 +980,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=14
node_a=system.ruby.network.topology.routers04
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links4.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links5]
@ -839,8 +989,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=15
node_a=system.ruby.network.topology.routers05
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links5.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links6]
@ -848,8 +998,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=16
node_a=system.ruby.network.topology.routers06
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links6.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links7]
@ -857,8 +1007,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=17
node_a=system.ruby.network.topology.routers07
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links7.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links8]
@ -866,8 +1016,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=18
node_a=system.ruby.network.topology.routers08
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links8.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links9]
@ -875,54 +1025,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=19
node_a=system.ruby.network.topology.routers09
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links9.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers00]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers01]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers02]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers03]
type=BasicRouter
router_id=3
[system.ruby.network.topology.routers04]
type=BasicRouter
router_id=4
[system.ruby.network.topology.routers05]
type=BasicRouter
router_id=5
[system.ruby.network.topology.routers06]
type=BasicRouter
router_id=6
[system.ruby.network.topology.routers07]
type=BasicRouter
router_id=7
[system.ruby.network.topology.routers08]
type=BasicRouter
router_id=8
[system.ruby.network.topology.routers09]
type=BasicRouter
router_id=9
[system.ruby.network.topology.routers10]
type=BasicRouter
router_id=10
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:54:55
gem5 started Jun 4 2012 14:41:26
gem5 compiled Jul 28 2012 11:32:56
gem5 started Jul 28 2012 11:35:54
gem5 executing on zizzer
command line: build/ALPHA_MOESI_CMP_directory/gem5.opt -d build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_directory
Global frequency set at 1000000000 ticks per second

View file

@ -4,9 +4,111 @@ sim_seconds 0.019401 # Nu
sim_ticks 19400856 # Number of ticks simulated
final_tick 19400856 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_tick_rate 79524 # Simulator tick rate (ticks/s)
host_mem_usage 370632 # Number of bytes of host memory used
host_seconds 243.96 # Real time elapsed on the host
host_tick_rate 84896 # Simulator tick rate (ticks/s)
host_mem_usage 378952 # Number of bytes of host memory used
host_seconds 228.52 # Real time elapsed on the host
system.l1_cntrl4.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl4.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl4.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl4.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl4.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl4.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl4.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl4.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl4.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl4.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl4.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl4.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl5.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl5.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl5.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl5.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl5.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl5.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl5.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl5.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl5.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl5.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl5.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl5.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl6.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl6.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl6.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl6.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl6.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl6.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl6.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl6.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl6.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl6.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl6.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl6.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl7.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl7.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl7.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl7.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl7.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl7.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl7.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl7.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl7.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl7.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl7.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl7.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl1.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl1.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl1.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl1.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl1.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl1.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl1.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl1.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl1.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl1.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl1.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl1.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl2.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl2.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl2.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl2.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl2.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl2.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl2.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl2.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl2.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl2.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl2.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl2.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl3.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl3.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl3.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl3.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl3.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl3.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl3.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl3.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl3.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl3.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl3.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl3.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu0.num_reads 98844 # number of read accesses completed
system.cpu0.num_writes 53478 # number of write accesses completed
system.cpu0.num_copies 0 # number of copy accesses completed

View file

@ -8,7 +8,7 @@ time_sync_spin_threshold=100000
[system]
type=System
children=cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 dir_cntrl0 funcmem l1_cntrl0 l1_cntrl1 l1_cntrl2 l1_cntrl3 l1_cntrl4 l1_cntrl5 l1_cntrl6 l1_cntrl7 l2_cntrl0 physmem ruby sys_port_proxy
children=cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 dir_cntrl0 funcbus funcmem l1_cntrl0 l1_cntrl1 l1_cntrl2 l1_cntrl3 l1_cntrl4 l1_cntrl5 l1_cntrl6 l1_cntrl7 l2_cntrl0 physmem ruby sys_port_proxy
boot_osflags=a
init_param=0
kernel=
@ -42,7 +42,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[0]
functional=system.funcbus.slave[0]
test=system.l1_cntrl0.sequencer.slave[0]
[system.cpu1]
@ -60,7 +60,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[1]
functional=system.funcbus.slave[1]
test=system.l1_cntrl1.sequencer.slave[0]
[system.cpu2]
@ -78,7 +78,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[2]
functional=system.funcbus.slave[2]
test=system.l1_cntrl2.sequencer.slave[0]
[system.cpu3]
@ -96,7 +96,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[3]
functional=system.funcbus.slave[3]
test=system.l1_cntrl3.sequencer.slave[0]
[system.cpu4]
@ -114,7 +114,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[4]
functional=system.funcbus.slave[4]
test=system.l1_cntrl4.sequencer.slave[0]
[system.cpu5]
@ -132,7 +132,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[5]
functional=system.funcbus.slave[5]
test=system.l1_cntrl5.sequencer.slave[0]
[system.cpu6]
@ -150,7 +150,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[6]
functional=system.funcbus.slave[6]
test=system.l1_cntrl6.sequencer.slave[0]
[system.cpu7]
@ -168,7 +168,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[7]
functional=system.funcbus.slave[7]
test=system.l1_cntrl7.sequencer.slave[0]
[system.dir_cntrl0]
@ -217,6 +217,16 @@ refresh_period=1560
tFaw=0
version=0
[system.funcbus]
type=NoncoherentBus
block_size=64
clock=1
header_cycles=1
use_default_range=false
width=8
master=system.funcmem.port
slave=system.cpu0.functional system.cpu1.functional system.cpu2.functional system.cpu3.functional system.cpu4.functional system.cpu5.functional system.cpu6.functional system.cpu7.functional
[system.funcmem]
type=SimpleMemory
conf_table_reported=false
@ -227,7 +237,7 @@ latency_var=0
null=false
range=0:134217727
zero=false
port=system.cpu0.functional system.cpu1.functional system.cpu2.functional system.cpu3.functional system.cpu4.functional system.cpu5.functional system.cpu6.functional system.cpu7.functional
port=system.funcbus.master[0]
[system.l1_cntrl0]
type=L1Cache_Controller
@ -255,20 +265,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -312,20 +332,30 @@ version=1
[system.l1_cntrl1.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl1.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl1.sequencer]
type=RubySequencer
@ -369,20 +399,30 @@ version=2
[system.l1_cntrl2.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl2.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl2.sequencer]
type=RubySequencer
@ -426,20 +466,30 @@ version=3
[system.l1_cntrl3.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl3.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl3.sequencer]
type=RubySequencer
@ -483,20 +533,30 @@ version=4
[system.l1_cntrl4.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl4.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl4.sequencer]
type=RubySequencer
@ -540,20 +600,30 @@ version=5
[system.l1_cntrl5.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl5.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl5.sequencer]
type=RubySequencer
@ -597,20 +667,30 @@ version=6
[system.l1_cntrl6.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl6.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl6.sequencer]
type=RubySequencer
@ -654,20 +734,30 @@ version=7
[system.l1_cntrl7.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl7.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl7.sequencer]
type=RubySequencer
@ -704,11 +794,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -745,119 +840,174 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9 routers00 routers01 routers02 routers03 routers04 routers05 routers06 routers07 routers08 routers09 routers10
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 system.ruby.network.topology.ext_links9
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 system.ruby.network.topology.int_links9
print_config=false
routers=system.ruby.network.topology.routers00 system.ruby.network.topology.routers01 system.ruby.network.topology.routers02 system.ruby.network.topology.routers03 system.ruby.network.topology.routers04 system.ruby.network.topology.routers05 system.ruby.network.topology.routers06 system.ruby.network.topology.routers07 system.ruby.network.topology.routers08 system.ruby.network.topology.routers09 system.ruby.network.topology.routers10
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.ext_links3.int_node system.ruby.network.topology.ext_links4.int_node system.ruby.network.topology.ext_links5.int_node system.ruby.network.topology.ext_links6.int_node system.ruby.network.topology.ext_links7.int_node system.ruby.network.topology.ext_links8.int_node system.ruby.network.topology.ext_links9.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers00
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl1
int_node=system.ruby.network.topology.routers01
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl2
int_node=system.ruby.network.topology.routers02
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.ext_links3]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl3
int_node=system.ruby.network.topology.routers03
int_node=system.ruby.network.topology.ext_links3.int_node
latency=1
link_id=3
weight=1
[system.ruby.network.topology.ext_links3.int_node]
type=BasicRouter
router_id=3
[system.ruby.network.topology.ext_links4]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl4
int_node=system.ruby.network.topology.routers04
int_node=system.ruby.network.topology.ext_links4.int_node
latency=1
link_id=4
weight=1
[system.ruby.network.topology.ext_links4.int_node]
type=BasicRouter
router_id=4
[system.ruby.network.topology.ext_links5]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl5
int_node=system.ruby.network.topology.routers05
int_node=system.ruby.network.topology.ext_links5.int_node
latency=1
link_id=5
weight=1
[system.ruby.network.topology.ext_links5.int_node]
type=BasicRouter
router_id=5
[system.ruby.network.topology.ext_links6]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl6
int_node=system.ruby.network.topology.routers06
int_node=system.ruby.network.topology.ext_links6.int_node
latency=1
link_id=6
weight=1
[system.ruby.network.topology.ext_links6.int_node]
type=BasicRouter
router_id=6
[system.ruby.network.topology.ext_links7]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl7
int_node=system.ruby.network.topology.routers07
int_node=system.ruby.network.topology.ext_links7.int_node
latency=1
link_id=7
weight=1
[system.ruby.network.topology.ext_links7.int_node]
type=BasicRouter
router_id=7
[system.ruby.network.topology.ext_links8]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers08
int_node=system.ruby.network.topology.ext_links8.int_node
latency=1
link_id=8
weight=1
[system.ruby.network.topology.ext_links8.int_node]
type=BasicRouter
router_id=8
[system.ruby.network.topology.ext_links9]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers09
int_node=system.ruby.network.topology.ext_links9.int_node
latency=1
link_id=9
weight=1
[system.ruby.network.topology.ext_links9.int_node]
type=BasicRouter
router_id=9
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=10
node_a=system.ruby.network.topology.routers00
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=10
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=11
node_a=system.ruby.network.topology.routers01
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -865,8 +1015,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=12
node_a=system.ruby.network.topology.routers02
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links3]
@ -874,8 +1024,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=13
node_a=system.ruby.network.topology.routers03
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links3.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links4]
@ -883,8 +1033,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=14
node_a=system.ruby.network.topology.routers04
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links4.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links5]
@ -892,8 +1042,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=15
node_a=system.ruby.network.topology.routers05
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links5.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links6]
@ -901,8 +1051,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=16
node_a=system.ruby.network.topology.routers06
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links6.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links7]
@ -910,8 +1060,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=17
node_a=system.ruby.network.topology.routers07
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links7.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links8]
@ -919,8 +1069,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=18
node_a=system.ruby.network.topology.routers08
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links8.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links9]
@ -928,54 +1078,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=19
node_a=system.ruby.network.topology.routers09
node_b=system.ruby.network.topology.routers10
node_a=system.ruby.network.topology.ext_links9.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers00]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers01]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers02]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers03]
type=BasicRouter
router_id=3
[system.ruby.network.topology.routers04]
type=BasicRouter
router_id=4
[system.ruby.network.topology.routers05]
type=BasicRouter
router_id=5
[system.ruby.network.topology.routers06]
type=BasicRouter
router_id=6
[system.ruby.network.topology.routers07]
type=BasicRouter
router_id=7
[system.ruby.network.topology.routers08]
type=BasicRouter
router_id=8
[system.ruby.network.topology.routers09]
type=BasicRouter
router_id=9
[system.ruby.network.topology.routers10]
type=BasicRouter
router_id=10
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:56:32
gem5 started Jun 4 2012 14:42:33
gem5 compiled Jul 28 2012 11:35:39
gem5 started Jul 28 2012 11:36:05
gem5 executing on zizzer
command line: build/ALPHA_MOESI_CMP_token/gem5.opt -d build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_token
Global frequency set at 1000000000 ticks per second

View file

@ -4,9 +4,111 @@ sim_seconds 0.019665 # Nu
sim_ticks 19665440 # Number of ticks simulated
final_tick 19665440 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_tick_rate 168119 # Simulator tick rate (ticks/s)
host_mem_usage 370164 # Number of bytes of host memory used
host_seconds 116.97 # Real time elapsed on the host
host_tick_rate 178903 # Simulator tick rate (ticks/s)
host_mem_usage 378856 # Number of bytes of host memory used
host_seconds 109.92 # Real time elapsed on the host
system.l1_cntrl4.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl4.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl4.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl4.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl4.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl4.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl4.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl4.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl4.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl4.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl4.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl4.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl5.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl5.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl5.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl5.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl5.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl5.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl5.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl5.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl5.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl5.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl5.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl5.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl6.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl6.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl6.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl6.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl6.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl6.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl6.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl6.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl6.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl6.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl6.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl6.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl7.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl7.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl7.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl7.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl7.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl7.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl7.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl7.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl7.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl7.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl7.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl7.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl1.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl1.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl1.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl1.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl1.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl1.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl1.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl1.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl1.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl1.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl1.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl1.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl2.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl2.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl2.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl2.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl2.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl2.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl2.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl2.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl2.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl2.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl2.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl2.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl3.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl3.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl3.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl3.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl3.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl3.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl3.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl3.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl3.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl3.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl3.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl3.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu0.num_reads 99534 # number of read accesses completed
system.cpu0.num_writes 53920 # number of write accesses completed
system.cpu0.num_copies 0 # number of copy accesses completed

View file

@ -8,7 +8,7 @@ time_sync_spin_threshold=100000
[system]
type=System
children=cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 dir_cntrl0 funcmem l1_cntrl0 l1_cntrl1 l1_cntrl2 l1_cntrl3 l1_cntrl4 l1_cntrl5 l1_cntrl6 l1_cntrl7 physmem ruby sys_port_proxy
children=cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 dir_cntrl0 funcbus funcmem l1_cntrl0 l1_cntrl1 l1_cntrl2 l1_cntrl3 l1_cntrl4 l1_cntrl5 l1_cntrl6 l1_cntrl7 physmem ruby sys_port_proxy
boot_osflags=a
init_param=0
kernel=
@ -42,7 +42,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[0]
functional=system.funcbus.slave[0]
test=system.l1_cntrl0.sequencer.slave[0]
[system.cpu1]
@ -60,7 +60,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[1]
functional=system.funcbus.slave[1]
test=system.l1_cntrl1.sequencer.slave[0]
[system.cpu2]
@ -78,7 +78,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[2]
functional=system.funcbus.slave[2]
test=system.l1_cntrl2.sequencer.slave[0]
[system.cpu3]
@ -96,7 +96,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[3]
functional=system.funcbus.slave[3]
test=system.l1_cntrl3.sequencer.slave[0]
[system.cpu4]
@ -114,7 +114,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[4]
functional=system.funcbus.slave[4]
test=system.l1_cntrl4.sequencer.slave[0]
[system.cpu5]
@ -132,7 +132,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[5]
functional=system.funcbus.slave[5]
test=system.l1_cntrl5.sequencer.slave[0]
[system.cpu6]
@ -150,7 +150,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[6]
functional=system.funcbus.slave[6]
test=system.l1_cntrl6.sequencer.slave[0]
[system.cpu7]
@ -168,7 +168,7 @@ progress_interval=10000
suppress_func_warnings=true
sys=system
trace_addr=0
functional=system.funcmem.port[7]
functional=system.funcbus.slave[7]
test=system.l1_cntrl7.sequencer.slave[0]
[system.dir_cntrl0]
@ -220,11 +220,26 @@ version=0
[system.dir_cntrl0.probeFilter]
type=RubyCache
assoc=4
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=1
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=1024
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.funcbus]
type=NoncoherentBus
block_size=64
clock=1
header_cycles=1
use_default_range=false
width=8
master=system.funcmem.port
slave=system.cpu0.functional system.cpu1.functional system.cpu2.functional system.cpu3.functional system.cpu4.functional system.cpu5.functional system.cpu6.functional system.cpu7.functional
[system.funcmem]
type=SimpleMemory
@ -236,7 +251,7 @@ latency_var=0
null=false
range=0:134217727
zero=false
port=system.cpu0.functional system.cpu1.functional system.cpu2.functional system.cpu3.functional system.cpu4.functional system.cpu5.functional system.cpu6.functional system.cpu7.functional
port=system.funcbus.master[0]
[system.l1_cntrl0]
type=L1Cache_Controller
@ -261,29 +276,44 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -324,29 +354,44 @@ version=1
[system.l1_cntrl1.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl1.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl1.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl1.sequencer]
type=RubySequencer
@ -387,29 +432,44 @@ version=2
[system.l1_cntrl2.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl2.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl2.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl2.sequencer]
type=RubySequencer
@ -450,29 +510,44 @@ version=3
[system.l1_cntrl3.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl3.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl3.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl3.sequencer]
type=RubySequencer
@ -513,29 +588,44 @@ version=4
[system.l1_cntrl4.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl4.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl4.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl4.sequencer]
type=RubySequencer
@ -576,29 +666,44 @@ version=5
[system.l1_cntrl5.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl5.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl5.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl5.sequencer]
type=RubySequencer
@ -639,29 +744,44 @@ version=6
[system.l1_cntrl6.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl6.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl6.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl6.sequencer]
type=RubySequencer
@ -702,29 +822,44 @@ version=7
[system.l1_cntrl7.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl7.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl7.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl7.sequencer]
type=RubySequencer
@ -777,110 +912,160 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 routers0 routers1 routers2 routers3 routers4 routers5 routers6 routers7 routers8 routers9
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3 system.ruby.network.topology.routers4 system.ruby.network.topology.routers5 system.ruby.network.topology.routers6 system.ruby.network.topology.routers7 system.ruby.network.topology.routers8 system.ruby.network.topology.routers9
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.ext_links3.int_node system.ruby.network.topology.ext_links4.int_node system.ruby.network.topology.ext_links5.int_node system.ruby.network.topology.ext_links6.int_node system.ruby.network.topology.ext_links7.int_node system.ruby.network.topology.ext_links8.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl1
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl2
int_node=system.ruby.network.topology.routers2
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.ext_links3]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl3
int_node=system.ruby.network.topology.routers3
int_node=system.ruby.network.topology.ext_links3.int_node
latency=1
link_id=3
weight=1
[system.ruby.network.topology.ext_links3.int_node]
type=BasicRouter
router_id=3
[system.ruby.network.topology.ext_links4]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl4
int_node=system.ruby.network.topology.routers4
int_node=system.ruby.network.topology.ext_links4.int_node
latency=1
link_id=4
weight=1
[system.ruby.network.topology.ext_links4.int_node]
type=BasicRouter
router_id=4
[system.ruby.network.topology.ext_links5]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl5
int_node=system.ruby.network.topology.routers5
int_node=system.ruby.network.topology.ext_links5.int_node
latency=1
link_id=5
weight=1
[system.ruby.network.topology.ext_links5.int_node]
type=BasicRouter
router_id=5
[system.ruby.network.topology.ext_links6]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl6
int_node=system.ruby.network.topology.routers6
int_node=system.ruby.network.topology.ext_links6.int_node
latency=1
link_id=6
weight=1
[system.ruby.network.topology.ext_links6.int_node]
type=BasicRouter
router_id=6
[system.ruby.network.topology.ext_links7]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl7
int_node=system.ruby.network.topology.routers7
int_node=system.ruby.network.topology.ext_links7.int_node
latency=1
link_id=7
weight=1
[system.ruby.network.topology.ext_links7.int_node]
type=BasicRouter
router_id=7
[system.ruby.network.topology.ext_links8]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers8
int_node=system.ruby.network.topology.ext_links8.int_node
latency=1
link_id=8
weight=1
[system.ruby.network.topology.ext_links8.int_node]
type=BasicRouter
router_id=8
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=9
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers9
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=9
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=10
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers9
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -888,8 +1073,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=11
node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers9
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links3]
@ -897,8 +1082,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=12
node_a=system.ruby.network.topology.routers3
node_b=system.ruby.network.topology.routers9
node_a=system.ruby.network.topology.ext_links3.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links4]
@ -906,8 +1091,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=13
node_a=system.ruby.network.topology.routers4
node_b=system.ruby.network.topology.routers9
node_a=system.ruby.network.topology.ext_links4.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links5]
@ -915,8 +1100,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=14
node_a=system.ruby.network.topology.routers5
node_b=system.ruby.network.topology.routers9
node_a=system.ruby.network.topology.ext_links5.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links6]
@ -924,8 +1109,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=15
node_a=system.ruby.network.topology.routers6
node_b=system.ruby.network.topology.routers9
node_a=system.ruby.network.topology.ext_links6.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links7]
@ -933,8 +1118,8 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=16
node_a=system.ruby.network.topology.routers7
node_b=system.ruby.network.topology.routers9
node_a=system.ruby.network.topology.ext_links7.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links8]
@ -942,50 +1127,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=17
node_a=system.ruby.network.topology.routers8
node_b=system.ruby.network.topology.routers9
node_a=system.ruby.network.topology.ext_links8.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.network.topology.routers4]
type=BasicRouter
router_id=4
[system.ruby.network.topology.routers5]
type=BasicRouter
router_id=5
[system.ruby.network.topology.routers6]
type=BasicRouter
router_id=6
[system.ruby.network.topology.routers7]
type=BasicRouter
router_id=7
[system.ruby.network.topology.routers8]
type=BasicRouter
router_id=8
[system.ruby.network.topology.routers9]
type=BasicRouter
router_id=9
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:51:44
gem5 started Jun 4 2012 13:42:34
gem5 compiled Jul 28 2012 11:27:37
gem5 started Jul 28 2012 11:35:39
gem5 executing on zizzer
command line: build/ALPHA_MOESI_hammer/gem5.opt -d build/ALPHA_MOESI_hammer/tests/opt/quick/se/50.memtest/alpha/linux/memtest-ruby-MOESI_hammer -re tests/run.py build/ALPHA_MOESI_hammer/tests/opt/quick/se/50.memtest/alpha/linux/memtest-ruby-MOESI_hammer
Global frequency set at 1000000000 ticks per second

View file

@ -4,9 +4,159 @@ sim_seconds 0.019129 # Nu
sim_ticks 19129199 # Number of ticks simulated
final_tick 19129199 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_tick_rate 171697 # Simulator tick rate (ticks/s)
host_mem_usage 369968 # Number of bytes of host memory used
host_seconds 111.41 # Real time elapsed on the host
host_tick_rate 190724 # Simulator tick rate (ticks/s)
host_mem_usage 378788 # Number of bytes of host memory used
host_seconds 100.30 # Real time elapsed on the host
system.l1_cntrl4.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl4.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl4.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl4.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl4.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl4.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl4.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl4.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl4.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl4.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl4.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl4.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl4.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl4.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl4.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl4.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl4.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl4.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl5.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl5.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl5.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl5.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl5.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl5.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl5.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl5.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl5.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl5.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl5.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl5.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl5.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl5.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl5.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl5.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl5.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl5.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl6.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl6.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl6.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl6.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl6.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl6.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl6.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl6.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl6.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl6.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl6.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl6.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl6.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl6.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl6.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl6.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl6.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl6.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl7.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl7.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl7.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl7.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl7.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl7.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl7.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl7.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl7.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl7.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl7.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl7.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl7.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl7.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl7.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl7.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl7.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl7.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl1.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl1.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl1.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl1.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl1.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl1.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl1.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl1.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl1.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl1.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl1.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl1.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl1.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl1.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl1.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl1.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl1.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl1.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl2.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl2.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl2.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl2.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl2.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl2.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl2.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl2.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl2.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl2.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl2.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl2.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl2.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl2.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl2.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl2.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl2.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl2.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl3.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl3.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl3.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl3.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl3.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl3.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl3.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl3.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl3.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl3.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl3.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl3.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl3.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl3.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl3.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl3.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl3.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl3.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.dir_cntrl0.probeFilter.num_data_array_reads 0 # number of data array reads
system.dir_cntrl0.probeFilter.num_data_array_writes 0 # number of data array writes
system.dir_cntrl0.probeFilter.num_tag_array_reads 0 # number of tag array reads
system.dir_cntrl0.probeFilter.num_tag_array_writes 0 # number of tag array writes
system.dir_cntrl0.probeFilter.num_tag_array_stalls 0 # number of stalls caused by tag array
system.dir_cntrl0.probeFilter.num_data_array_stalls 0 # number of stalls caused by data array
system.cpu0.num_reads 100000 # number of read accesses completed
system.cpu0.num_writes 53893 # number of write accesses completed
system.cpu0.num_copies 0 # number of copy accesses completed

View file

@ -93,20 +93,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -142,11 +152,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=15
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -183,56 +198,76 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers2
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=3
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=4
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -240,26 +275,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=5
node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:53:20
gem5 started Jun 4 2012 14:40:53
gem5 compiled Jul 28 2012 11:30:15
gem5 started Jul 28 2012 11:35:50
gem5 executing on zizzer
command line: build/ALPHA_MESI_CMP_directory/gem5.opt -d build/ALPHA_MESI_CMP_directory/tests/opt/quick/se/60.rubytest/alpha/linux/rubytest-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_MESI_CMP_directory/tests/opt/quick/se/60.rubytest/alpha/linux/rubytest-ruby-MESI_CMP_directory
Global frequency set at 1000000000 ticks per second

View file

@ -4,8 +4,26 @@ sim_seconds 0.000350 # Nu
sim_ticks 349711 # Number of ticks simulated
final_tick 349711 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_tick_rate 2288501 # Simulator tick rate (ticks/s)
host_mem_usage 221264 # Number of bytes of host memory used
host_seconds 0.15 # Real time elapsed on the host
host_tick_rate 2474351 # Simulator tick rate (ticks/s)
host_mem_usage 229272 # Number of bytes of host memory used
host_seconds 0.14 # Real time elapsed on the host
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
---------- End Simulation Statistics ----------

View file

@ -90,20 +90,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=3
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -138,11 +148,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=15
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -179,56 +194,76 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers2
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=3
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=4
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -236,26 +271,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=5
node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:54:55
gem5 started Jun 4 2012 14:42:00
gem5 compiled Jul 28 2012 11:32:56
gem5 started Jul 28 2012 11:35:54
gem5 executing on zizzer
command line: build/ALPHA_MOESI_CMP_directory/gem5.opt -d build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_directory
Global frequency set at 1000000000 ticks per second

View file

@ -4,8 +4,26 @@ sim_seconds 0.000358 # Nu
sim_ticks 357561 # Number of ticks simulated
final_tick 357561 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_tick_rate 776030 # Simulator tick rate (ticks/s)
host_mem_usage 221440 # Number of bytes of host memory used
host_seconds 0.46 # Real time elapsed on the host
host_tick_rate 791110 # Simulator tick rate (ticks/s)
host_mem_usage 229444 # Number of bytes of host memory used
host_seconds 0.45 # Real time elapsed on the host
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
---------- End Simulation Statistics ----------

View file

@ -99,20 +99,30 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -149,11 +159,16 @@ version=0
[system.l2_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.physmem]
type=SimpleMemory
@ -190,56 +205,76 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l2_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.ext_links2]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers2
int_node=system.ruby.network.topology.ext_links2.int_node
latency=1
link_id=2
weight=1
[system.ruby.network.topology.ext_links2.int_node]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=3
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=4
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links2]
@ -247,26 +282,10 @@ type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=5
node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
node_a=system.ruby.network.topology.ext_links2.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:56:32
gem5 started Jun 4 2012 14:43:05
gem5 compiled Jul 28 2012 11:35:39
gem5 started Jul 28 2012 11:36:05
gem5 executing on zizzer
command line: build/ALPHA_MOESI_CMP_token/gem5.opt -d build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_token
Global frequency set at 1000000000 ticks per second

View file

@ -4,8 +4,26 @@ sim_seconds 0.000259 # Nu
sim_ticks 259241 # Number of ticks simulated
final_tick 259241 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_tick_rate 2053459 # Simulator tick rate (ticks/s)
host_mem_usage 221360 # Number of bytes of host memory used
host_seconds 0.13 # Real time elapsed on the host
host_tick_rate 2138119 # Simulator tick rate (ticks/s)
host_mem_usage 229356 # Number of bytes of host memory used
host_seconds 0.12 # Real time elapsed on the host
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
---------- End Simulation Statistics ----------

View file

@ -76,11 +76,16 @@ version=0
[system.dir_cntrl0.probeFilter]
type=RubyCache
assoc=4
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=1
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=1024
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0]
type=L1Cache_Controller
@ -105,29 +110,44 @@ version=0
[system.l1_cntrl0.L1DcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L1IcacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=true
latency=2
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=256
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.L2cacheMemory]
type=RubyCache
assoc=2
dataAccessLatency=1
dataArrayBanks=1
is_icache=false
latency=10
replacement_policy=PSEUDO_LRU
resourceStalls=false
size=512
start_index_bit=6
tagAccessLatency=1
tagArrayBanks=1
[system.l1_cntrl0.sequencer]
type=RubySequencer
@ -180,61 +200,64 @@ topology=system.ruby.network.topology
[system.ruby.network.topology]
type=Topology
children=ext_links0 ext_links1 int_links0 int_links1 routers0 routers1 routers2
children=ext_links0 ext_links1 int_links0 int_links1
description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.int_links0.node_b
[system.ruby.network.topology.ext_links0]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.l1_cntrl0
int_node=system.ruby.network.topology.routers0
int_node=system.ruby.network.topology.ext_links0.int_node
latency=1
link_id=0
weight=1
[system.ruby.network.topology.ext_links0.int_node]
type=BasicRouter
router_id=0
[system.ruby.network.topology.ext_links1]
type=SimpleExtLink
children=int_node
bandwidth_factor=16
ext_node=system.dir_cntrl0
int_node=system.ruby.network.topology.routers1
int_node=system.ruby.network.topology.ext_links1.int_node
latency=1
link_id=1
weight=1
[system.ruby.network.topology.ext_links1.int_node]
type=BasicRouter
router_id=1
[system.ruby.network.topology.int_links0]
type=SimpleIntLink
children=node_b
bandwidth_factor=16
latency=1
link_id=2
node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers2
node_a=system.ruby.network.topology.ext_links0.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.int_links0.node_b]
type=BasicRouter
router_id=2
[system.ruby.network.topology.int_links1]
type=SimpleIntLink
bandwidth_factor=16
latency=1
link_id=3
node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers2
node_a=system.ruby.network.topology.ext_links1.int_node
node_b=system.ruby.network.topology.int_links0.node_b
weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.profiler]
type=RubyProfiler
all_instructions=false

View file

@ -1,8 +1,8 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 4 2012 11:51:44
gem5 started Jun 4 2012 13:42:34
gem5 compiled Jul 28 2012 11:27:37
gem5 started Jul 28 2012 11:35:39
gem5 executing on zizzer
command line: build/ALPHA_MOESI_hammer/gem5.opt -d build/ALPHA_MOESI_hammer/tests/opt/quick/se/60.rubytest/alpha/linux/rubytest-ruby-MOESI_hammer -re tests/run.py build/ALPHA_MOESI_hammer/tests/opt/quick/se/60.rubytest/alpha/linux/rubytest-ruby-MOESI_hammer
Global frequency set at 1000000000 ticks per second

View file

@ -4,8 +4,32 @@ sim_seconds 0.000206 # Nu
sim_ticks 205611 # Number of ticks simulated
final_tick 205611 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_tick_rate 2093129 # Simulator tick rate (ticks/s)
host_mem_usage 221128 # Number of bytes of host memory used
host_tick_rate 2054687 # Simulator tick rate (ticks/s)
host_mem_usage 229284 # Number of bytes of host memory used
host_seconds 0.10 # Real time elapsed on the host
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.l1_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
system.l1_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
system.l1_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
system.l1_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
system.l1_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
system.l1_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
system.dir_cntrl0.probeFilter.num_data_array_reads 0 # number of data array reads
system.dir_cntrl0.probeFilter.num_data_array_writes 0 # number of data array writes
system.dir_cntrl0.probeFilter.num_tag_array_reads 0 # number of tag array reads
system.dir_cntrl0.probeFilter.num_tag_array_writes 0 # number of tag array writes
system.dir_cntrl0.probeFilter.num_tag_array_stalls 0 # number of stalls caused by tag array
system.dir_cntrl0.probeFilter.num_data_array_stalls 0 # number of stalls caused by data array
---------- End Simulation Statistics ----------