configs: fix minor config bugs posted on the mailing list
This commit is contained in:
parent
4f8d1a4cef
commit
67f16a48fb
2 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,7 @@ Benchmarks = {
|
|||
|
||||
'MutexTest': [SysConfig('mutex-test.rcS', '128MB')],
|
||||
'ArmAndroid': [SysConfig('null.rcS', '256MB',
|
||||
'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img)')],
|
||||
'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img')],
|
||||
'bbench': [SysConfig('bbench.rcS', '256MB',
|
||||
'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.img')]
|
||||
}
|
||||
|
|
|
@ -210,6 +210,7 @@ system.l2 = L2(size = options.l2size, assoc = 8)
|
|||
system.physmem.port = system.membus.port
|
||||
system.l2.cpu_side = system.toL2bus.port
|
||||
system.l2.mem_side = system.membus.port
|
||||
system.system_port = system.membus.port
|
||||
|
||||
# ----------------------
|
||||
# Connect the L2 cache and clusters together
|
||||
|
|
Loading…
Reference in a new issue