Review Board 2.0.15


ruby: route all packets through ruby port

Review Request #2144 - Created Jan. 17, 2014 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 10017:66f543a6cac7
---------------------------
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.

   
Review request changed
Updated (Feb. 23, 2014, 5:16 p.m.)

Status: Closed (submitted)