38,41c38,40
< # 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.
---
> # Width of the link in bytes
> # Only used by simple network.
> # Garnet models this by flit size
55,56c54,55
< node_a = Param.BasicRouter("Router on one end")
< node_b = Param.BasicRouter("Router on other end")
---
> src_node = Param.BasicRouter("Router on src end")
> dst_node = Param.BasicRouter("Router on dst end")