stats: Update stats for fixed simple-atomic-mp config
This patch updates the stats for the regressions that were affected by the typo in the simple-atomic-mp configuration.
This commit is contained in:
@@ -50,7 +50,7 @@ system.l2c.mem_side = system.membus.slave
|
||||
# add L1 caches
|
||||
for cpu in cpus:
|
||||
cpu.addPrivateSplitL1Caches(L1Cache(size = '32kB', assoc = 1),
|
||||
L1Caches(size = '32kB', assoc = 4))
|
||||
L1Cache(size = '32kB', assoc = 4))
|
||||
# create the interrupt controller
|
||||
cpu.createInterruptController()
|
||||
# connect cpu level-1 caches to shared level-2 cache
|
||||
|
||||
Reference in New Issue
Block a user