Review Board 2.0.15


mem: Rename Bus to XBar to better reflect its behaviour

Review Request #2398 - Created Sept. 10, 2014 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10391:6f4a19eeaea0
---------------------------
mem: Rename Bus to XBar to better reflect its behaviour

This patch changes the name of the Bus classes to XBar to better
reflect the actual timing behaviour. The actual instances in the
config scripts are not renamed, and remain as e.g. iobus or membus.

As part of this renaming, the code has also been clean up slightly,
making use of range-based for loops and tidying up some comments. The
only changes outside the bus/crossbar code is due to the delay
variables in the packet.

   
Review request changed
Updated (Sept. 20, 2014, 2:39 p.m.)

Status: Closed (submitted)