4bd025742d
Right now only non-SMT SE regression tests have been added back in. The rest are pending getting SMT working, and consolidating the FS configuration files. Eventually support for different OSs can be added so you can specify which versions of the binary you want to run from one config file. Note: mp-test1 doesn't have any reference stats because MP mode doesn't currently work. The test itself should probably work once the code is fixed. SConstruct: Updates to allow for regression tests to work via the command line "scons build/ALPHA_SE/test/debug/quick" and such once again. src/cpu/SConscript: Keep a list of SMT supporting CPUs so that the regression tests can easily specify which CPUs to use if they are SMT only. --HG-- extra : convert_revision : 34e6286150aae8f316ae694f6c00be8f510522f2
90 lines
1.3 KiB
Text
90 lines
1.3 KiB
Text
[root]
|
|
type=Root
|
|
clock=1000000000000
|
|
max_tick=0
|
|
progress_interval=0
|
|
output_file=cout
|
|
|
|
[system.physmem]
|
|
type=PhysicalMemory
|
|
file=
|
|
// range not specified
|
|
latency=1
|
|
|
|
[system]
|
|
type=System
|
|
physmem=system.physmem
|
|
mem_mode=atomic
|
|
|
|
[system.workload]
|
|
type=EioProcess
|
|
file=/z/ktlim2/clean/newmem-merge/tests/test-progs/anagram/bin/anagram-vshort.eio.gz
|
|
chkpt=
|
|
output=cout
|
|
system=system
|
|
|
|
[system.cpu0.mem]
|
|
type=Bus
|
|
bus_id=0
|
|
|
|
[system.cpu0]
|
|
type=TimingSimpleCPU
|
|
max_insts_any_thread=500000
|
|
max_insts_all_threads=0
|
|
max_loads_any_thread=0
|
|
max_loads_all_threads=0
|
|
mem=system.cpu0.mem
|
|
system=system
|
|
workload=system.workload
|
|
clock=1
|
|
defer_registration=false
|
|
// width not specified
|
|
function_trace=false
|
|
function_trace_start=0
|
|
// simulate_stalls not specified
|
|
|
|
[trace]
|
|
flags=
|
|
start=0
|
|
bufsize=0
|
|
file=cout
|
|
dump_on_exit=false
|
|
ignore=
|
|
|
|
[stats]
|
|
descriptions=true
|
|
project_name=test
|
|
simulation_name=test
|
|
simulation_sample=0
|
|
text_file=m5stats.txt
|
|
text_compat=true
|
|
mysql_db=
|
|
mysql_user=
|
|
mysql_password=
|
|
mysql_host=
|
|
events_start=-1
|
|
dump_reset=false
|
|
dump_cycle=0
|
|
dump_period=0
|
|
ignore_events=
|
|
|
|
[random]
|
|
seed=1
|
|
|
|
[exetrace]
|
|
speculative=true
|
|
print_cycle=true
|
|
print_opclass=true
|
|
print_thread=true
|
|
print_effaddr=true
|
|
print_data=true
|
|
print_iregs=false
|
|
print_fetchseq=false
|
|
print_cpseq=false
|
|
pc_symbol=true
|
|
intel_format=false
|
|
trace_system=client
|
|
|
|
[debug]
|
|
break_cycles=
|
|
|