configs: fix minor config bugs posted on the mailing list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user