gem5/configs/example
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
..
fs.py config: correct bug in x86 drive sys instantiation 2014-01-31 15:35:45 -06:00
memtest.py config: Fix memtest example script 2013-10-17 10:20:45 -05:00
ruby_direct_test.py config: correct example ruby scripts 2013-10-09 17:28:14 -05:00
ruby_fs.py ruby: route all packets through ruby port 2014-02-23 19:16:16 -06:00
ruby_mem_test.py config: ruby_random_test: updates due to recent unrelated changes 2014-02-21 08:02:06 -06:00
ruby_network_test.py config: correct example ruby scripts 2013-10-09 17:28:14 -05:00
ruby_random_test.py config: ruby_random_test: updates due to recent unrelated changes 2014-02-21 08:02:06 -06:00
se.py arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00