diff options
Diffstat (limited to 'tests/test1/ref/alpha/atomic/config.ini')
-rw-r--r-- | tests/test1/ref/alpha/atomic/config.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test1/ref/alpha/atomic/config.ini b/tests/test1/ref/alpha/atomic/config.ini index 9961fe389..4cbe1fce6 100644 --- a/tests/test1/ref/alpha/atomic/config.ini +++ b/tests/test1/ref/alpha/atomic/config.ini @@ -48,11 +48,11 @@ text_file=m5stats.txt [system] type=System -children=cpu0 physmem workload +children=cpu physmem workload mem_mode=atomic physmem=system.physmem -[system.cpu0] +[system.cpu] type=AtomicSimpleCPU children=mem clock=1 @@ -63,13 +63,13 @@ max_insts_all_threads=0 max_insts_any_thread=500000 max_loads_all_threads=0 max_loads_any_thread=0 -mem=system.cpu0.mem +mem=system.cpu.mem simulate_stalls=false system=system width=1 workload=system.workload -[system.cpu0.mem] +[system.cpu.mem] type=Bus bus_id=0 |