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.
Posted (Jan. 20, 2014, 12:20 a.m.)
I'd like to see http://reviews.gem5.org/r/2039/ go in first (and that patch also has a few follow ons to fix some incorrect assumptions in the RubyPort). Would that be ok? I'd rather fix the way it does the routing before adding more of the same.
Posted (Jan. 20, 2014, 12:21 a.m.)
I'd like to see http://reviews.gem5.org/r/2039/ go in first (and that patch also has a few follow ons to fix some incorrect assumptions in the RubyPort). Would that be ok? I'd rather fix the way it does the routing before adding more of the same.
