37c37,41
< bw_multiplier = Param.Int("simple network bw constant, usually in bytes")
---
> # The following banwidth factor does not translate to the same value for
> # both the simple and Garnet models. For the most part, the bandwidth
> # factor is the width of the link in bytes, expect for certain situations
> # with regard to the simple network.
> bandwidth_factor = Param.Int("generic bandwidth factor, usually in bytes")
44c48
< bw_multiplier = 64
---
> bandwidth_factor = 64
50c54
< bw_multiplier = 16
---
> bandwidth_factor = 16