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:
Andreas Hansson
2012-10-31 08:39:45 -04:00
parent ab0bd51315
commit 4e984e0962
2 changed files with 731 additions and 1 deletions

View File

@@ -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