2006-07-19 22:07:25 +02:00
|
|
|
[root]
|
|
|
|
type=Root
|
|
|
|
children=system
|
|
|
|
checkpoint=
|
|
|
|
clock=1000000000000
|
|
|
|
max_tick=0
|
|
|
|
output_file=cout
|
|
|
|
progress_interval=0
|
|
|
|
|
|
|
|
[debug]
|
|
|
|
break_cycles=
|
|
|
|
|
|
|
|
[exetrace]
|
|
|
|
intel_format=false
|
|
|
|
pc_symbol=true
|
|
|
|
print_cpseq=false
|
|
|
|
print_cycle=true
|
|
|
|
print_data=true
|
|
|
|
print_effaddr=true
|
|
|
|
print_fetchseq=false
|
|
|
|
print_iregs=false
|
|
|
|
print_opclass=true
|
|
|
|
print_thread=true
|
|
|
|
speculative=true
|
|
|
|
trace_system=client
|
|
|
|
|
|
|
|
[serialize]
|
|
|
|
count=10
|
|
|
|
cycle=0
|
|
|
|
dir=cpt.%012d
|
|
|
|
period=0
|
|
|
|
|
|
|
|
[stats]
|
|
|
|
descriptions=true
|
|
|
|
dump_cycle=0
|
|
|
|
dump_period=0
|
|
|
|
dump_reset=false
|
|
|
|
ignore_events=
|
|
|
|
mysql_db=
|
|
|
|
mysql_host=
|
|
|
|
mysql_password=
|
|
|
|
mysql_user=
|
|
|
|
project_name=test
|
|
|
|
simulation_name=test
|
|
|
|
simulation_sample=0
|
|
|
|
text_compat=true
|
|
|
|
text_file=m5stats.txt
|
|
|
|
|
|
|
|
[system]
|
|
|
|
type=System
|
2006-08-16 20:45:12 +02:00
|
|
|
children=cpu membus physmem
|
2006-07-19 22:07:25 +02:00
|
|
|
mem_mode=atomic
|
|
|
|
physmem=system.physmem
|
|
|
|
|
2006-07-22 21:50:39 +02:00
|
|
|
[system.cpu]
|
2006-07-19 22:07:25 +02:00
|
|
|
type=AtomicSimpleCPU
|
2006-08-16 20:45:12 +02:00
|
|
|
children=workload
|
2006-07-19 22:07:25 +02:00
|
|
|
clock=1
|
2006-10-08 23:07:23 +02:00
|
|
|
cpu_id=0
|
2006-07-19 22:07:25 +02:00
|
|
|
defer_registration=false
|
|
|
|
function_trace=false
|
|
|
|
function_trace_start=0
|
|
|
|
max_insts_all_threads=0
|
|
|
|
max_insts_any_thread=500000
|
|
|
|
max_loads_all_threads=0
|
|
|
|
max_loads_any_thread=0
|
2006-10-07 17:32:10 +02:00
|
|
|
progress_interval=0
|
2006-07-19 22:07:25 +02:00
|
|
|
simulate_stalls=false
|
|
|
|
system=system
|
|
|
|
width=1
|
2006-08-16 20:45:12 +02:00
|
|
|
workload=system.cpu.workload
|
2006-09-05 22:24:47 +02:00
|
|
|
dcache_port=system.membus.port[2]
|
|
|
|
icache_port=system.membus.port[1]
|
2006-07-19 22:07:25 +02:00
|
|
|
|
2006-08-16 20:45:12 +02:00
|
|
|
[system.cpu.workload]
|
|
|
|
type=EioProcess
|
|
|
|
chkpt=
|
|
|
|
file=tests/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
|
|
|
|
output=cout
|
|
|
|
system=system
|
|
|
|
|
|
|
|
[system.membus]
|
2006-07-19 22:07:25 +02:00
|
|
|
type=Bus
|
|
|
|
bus_id=0
|
2006-11-06 02:42:05 +01:00
|
|
|
clock=1000
|
|
|
|
responder_set=false
|
|
|
|
width=64
|
2006-09-05 22:24:47 +02:00
|
|
|
port=system.physmem.port system.cpu.icache_port system.cpu.dcache_port
|
2006-07-19 22:07:25 +02:00
|
|
|
|
|
|
|
[system.physmem]
|
|
|
|
type=PhysicalMemory
|
|
|
|
file=
|
|
|
|
latency=1
|
2006-08-18 06:17:21 +02:00
|
|
|
range=0:134217727
|
2006-09-05 22:24:47 +02:00
|
|
|
port=system.membus.port[0]
|
2006-07-19 22:07:25 +02:00
|
|
|
|
|
|
|
[trace]
|
|
|
|
bufsize=0
|
2006-10-07 17:32:10 +02:00
|
|
|
cycle=0
|
2006-07-19 22:07:25 +02:00
|
|
|
dump_on_exit=false
|
|
|
|
file=cout
|
|
|
|
flags=
|
|
|
|
ignore=
|
|
|
|
start=0
|
|
|
|
|