Bus: Make the default bus width 8 bytes instead of 64
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 9 Jul 2012 16:35:38 +0000 (12:35 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 9 Jul 2012 16:35:38 +0000 (12:35 -0400)
commit1c2ee987f37f4aac16cd0ff3e3ceeff949066a94
tree4e4e0b02fd0f576d96aa268876a27c413c9a0b48
parent8caaac048ae49310b905e190b20459232ae7aa9d
Bus: Make the default bus width 8 bytes instead of 64

This patch changes the default bus width to a more sensible 8 bytes
(64 bits), which is in line with most on-chip buses. Although there
are cases where a wider or narrower bus is useful, the 8 bytes is a
good compromise to serve as the default.

This patch changes essentially all statistics, and will be bundled
with the outstanding changes to the bus.
src/mem/Bus.py