gem5/configs/example
Andreas Hansson 1f6d5f8f84 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.

--HG--
rename : src/mem/Bus.py => src/mem/XBar.py
rename : src/mem/coherent_bus.cc => src/mem/coherent_xbar.cc
rename : src/mem/coherent_bus.hh => src/mem/coherent_xbar.hh
rename : src/mem/noncoherent_bus.cc => src/mem/noncoherent_xbar.cc
rename : src/mem/noncoherent_bus.hh => src/mem/noncoherent_xbar.hh
rename : src/mem/bus.cc => src/mem/xbar.cc
rename : src/mem/bus.hh => src/mem/xbar.hh
2014-09-20 17:18:32 -04:00
..
fs.py config: ruby: rename _cpu_ruby_ports to _cpu_ports 2014-03-20 09:14:14 -05:00
memtest.py mem: Rename Bus to XBar to better reflect its behaviour 2014-09-20 17:18:32 -04:00
ruby_direct_test.py ruby: Fixes clock domains in configuration files 2014-09-01 16:55:30 -05:00
ruby_mem_test.py mem: Rename Bus to XBar to better reflect its behaviour 2014-09-20 17:18:32 -04:00
ruby_network_test.py config: ruby: rename _cpu_ruby_ports to _cpu_ports 2014-03-20 09:14:14 -05:00
ruby_random_test.py ruby: Fixes clock domains in configuration files 2014-09-01 16:55:30 -05:00
se.py mem: Rename Bus to XBar to better reflect its behaviour 2014-09-20 17:18:32 -04:00