network: adjusted default endpoint bandwidth
authorBrad Beckmann <Brad.Beckmann@amd.com>
Fri, 29 Apr 2011 00:18:14 +0000 (17:18 -0700)
committerBrad Beckmann <Brad.Beckmann@amd.com>
Fri, 29 Apr 2011 00:18:14 +0000 (17:18 -0700)
commit651cfbab0321fed267fb78ec6706057a0ca654e0
tree5260f38a1acd36e5d2e4297fbd4b198aeea0be69
parent887e2df5a36d4bc1881fcb7095c14ee8eb5a69b7
network: adjusted default endpoint bandwidth

The simple network's endpoint bandwidth value is used to adjust the overall
bandwidth of the network.  Specifically, the ration between endpoint bandwidth
and the MESSAGE_SIZE_MULTIPLIER determines the increase.  By setting the value
to 1000, that means the bandwdith factor specified in the links translates to
the link bandwidth in bytes.  Previously, it was increasing that value by 10.

This patch will likely require a reset of the ruby regression tester stats.
src/mem/ruby/network/simple/SimpleNetwork.py