bb9d2c3457
O can move to my laptop. tests/SConscript: Start to simplify. --HG-- rename : tests/test1/ref/alpha/detailed/config.ini => tests/quick/eio1/ref/alpha/eio/detailed/config.ini rename : tests/test1/ref/alpha/detailed/config.out => tests/quick/eio1/ref/alpha/eio/detailed/config.out rename : tests/test1/ref/alpha/detailed/m5stats.txt => tests/quick/eio1/ref/alpha/eio/detailed/m5stats.txt rename : tests/test1/ref/alpha/detailed/stderr => tests/quick/eio1/ref/alpha/eio/detailed/stderr rename : tests/test1/ref/alpha/detailed/stdout => tests/quick/eio1/ref/alpha/eio/detailed/stdout rename : tests/test1/ref/alpha/atomic/config.ini => tests/quick/eio1/ref/alpha/eio/simple-atomic/config.ini rename : tests/test1/ref/alpha/atomic/config.out => tests/quick/eio1/ref/alpha/eio/simple-atomic/config.out rename : tests/test1/ref/alpha/atomic/m5stats.txt => tests/quick/eio1/ref/alpha/eio/simple-atomic/m5stats.txt rename : tests/test1/ref/alpha/atomic/stderr => tests/quick/eio1/ref/alpha/eio/simple-atomic/stderr rename : tests/test1/ref/alpha/atomic/stdout => tests/quick/eio1/ref/alpha/eio/simple-atomic/stdout rename : tests/test1/ref/alpha/timing/config.ini => tests/quick/eio1/ref/alpha/eio/simple-timing/config.ini rename : tests/test1/ref/alpha/timing/config.out => tests/quick/eio1/ref/alpha/eio/simple-timing/config.out rename : tests/test1/ref/alpha/timing/m5stats.txt => tests/quick/eio1/ref/alpha/eio/simple-timing/m5stats.txt rename : tests/test1/ref/alpha/timing/stderr => tests/quick/eio1/ref/alpha/eio/simple-timing/stderr rename : tests/test1/ref/alpha/timing/stdout => tests/quick/eio1/ref/alpha/eio/simple-timing/stdout extra : convert_revision : 924d2ee29d2a2709135ff8e5c5822fe47a8a60f6
95 lines
1.3 KiB
INI
95 lines
1.3 KiB
INI
[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
|
|
children=cpu physmem workload
|
|
mem_mode=atomic
|
|
physmem=system.physmem
|
|
|
|
[system.cpu]
|
|
type=AtomicSimpleCPU
|
|
children=mem
|
|
clock=1
|
|
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
|
|
mem=system.cpu.mem
|
|
simulate_stalls=false
|
|
system=system
|
|
width=1
|
|
workload=system.workload
|
|
|
|
[system.cpu.mem]
|
|
type=Bus
|
|
bus_id=0
|
|
|
|
[system.physmem]
|
|
type=PhysicalMemory
|
|
file=
|
|
latency=1
|
|
|
|
[system.workload]
|
|
type=EioProcess
|
|
chkpt=
|
|
file=/z/ktlim2/clean/newmem-merge/tests/test-progs/anagram/bin/anagram-vshort.eio.gz
|
|
output=cout
|
|
system=system
|
|
|
|
[trace]
|
|
bufsize=0
|
|
dump_on_exit=false
|
|
file=cout
|
|
flags=
|
|
ignore=
|
|
start=0
|
|
|