gem5/configs
Nilay Vaish 7a0d5aafe4 ruby: message buffers: significant changes
This patch is the final patch in a series of patches.  The aim of the series
is to make ruby more configurable than it was.  More specifically, the
connections between controllers are not at all possible (unless one is ready
to make significant changes to the coherence protocol).  Moreover the buffers
themselves are magically connected to the network inside the slicc code.
These connections are not part of the configuration file.

This patch makes changes so that these connections will now be made in the
python configuration files associated with the protocols.  This requires
each state machine to expose the message buffers it uses for input and output.
So, the patch makes these buffers configurable members of the machines.

The patch drops the slicc code that usd to connect these buffers to the
network.  Now these buffers are exposed to the python configuration system
as Master and Slave ports.  In the configuration files, any master port
can be connected any slave port.  The file pyobject.cc has been modified to
take care of allocating the actual message buffer.  This is inline with how
other port connections work.
2014-09-01 16:55:47 -05:00
..
boot rcs scripts: remove bbench.rcS 2013-04-02 12:46:49 -04:00
common arm: make the PseudoLRU tags the default for the O3_ARM_v7aL2 2014-07-28 12:22:00 -04:00
dram config: Bump DRAM sweep bus speed to match DDR4 config 2014-05-09 18:58:49 -04:00
example ruby: Fixes clock domains in configuration files 2014-09-01 16:55:30 -05:00
ruby ruby: message buffers: significant changes 2014-09-01 16:55:47 -05:00
splash2 config: Update script to set cache line size on system 2013-07-18 08:31:19 -04:00
topologies config: topologies: slight code refactor 2014-02-23 19:16:15 -06:00