gem5/configs/ruby
Nilay Vaish 7e27860ef4 ruby: route all packets through ruby port
Currently, the interrupt controller in x86 is connected to the io bus
directly.  Therefore the packets between the io devices and the interrupt
controller do not go through ruby.  This patch changes ruby port so that
these packets arrive at the ruby port first, which then routes them to their
destination.  Note that the patch does not make these packets go through the
ruby network.  That would happen in a subsequent patch.
2014-02-23 19:16:16 -06:00
..
MESI_Three_Level.py ruby: add a three level MESI protocol. 2014-01-04 00:03:34 -06:00
MESI_Two_Level.py ruby: route all packets through ruby port 2014-02-23 19:16:16 -06:00
MI_example.py ruby: remove cntrl_id from python config scripts. 2014-01-04 00:03:32 -06:00
MOESI_CMP_directory.py ruby: remove cntrl_id from python config scripts. 2014-01-04 00:03:32 -06:00
MOESI_CMP_token.py ruby: remove cntrl_id from python config scripts. 2014-01-04 00:03:32 -06:00
MOESI_hammer.py ruby: remove cntrl_id from python config scripts. 2014-01-04 00:03:32 -06:00
Network_test.py ruby: remove cntrl_id from python config scripts. 2014-01-04 00:03:32 -06:00
Ruby.py ruby: move all statistics to stats.txt, eliminate ruby.stats 2014-01-10 16:19:47 -06:00