Regression: Use CPU clock and 32-byte width for L1-L2 bus
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 15 Oct 2012 12:08:08 +0000 (08:08 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 15 Oct 2012 12:08:08 +0000 (08:08 -0400)
commit1c321b88473d65ff4bd9a7b65a91351781fd31d8
tree0a1ec8860927b8f453c42b3997fcde1979a43939
parenta850fc916f06f05c1c55d634cdb2b230a7c23d11
Regression: Use CPU clock and 32-byte width for L1-L2 bus

This patch changes the CoherentBus between the L1s and L2 to use the
CPU clock and also four times the width compared to the default
bus. The parameters are not intending to fit every single scenario,
but rather serve as a better startingpoint than what we previously
had.

Note that the scripts that do not use the addTwoLevelCacheHiearchy are
not affected by this change.

A separate patch will update the stats.
configs/common/CacheConfig.py
src/cpu/BaseCPU.py