Bus: Add a notion of layers to the buses
Review Request #1265 - Created June 10, 2012 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9094:3a907dece3ac --------------------------- Bus: Add a notion of layers to the buses This patch moves all flow control, arbitration and state information into a bus layer. The layer is thus responsible for all the state transitions, and for keeping hold of the retry list. Consequently the layer is also responsible for the draining. With this change, the non-coherent and coherent bus are given a single layer to avoid changing any temporal behaviour, but the patch opens up for adding more layers.
util/regress all passing (disregarding t1000 and eio)
Ship It!
Review request changed
Updated (June 21, 2012, 1:16 a.m.)
Description: |
|
|||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+232 -109) |
Posted (July 4, 2012, 9:10 a.m.)
This looks like a nice step forward; it will be good to be able to have separate request and response buses. I'm not sure that Layer is the best term for this though... I don't know of an "official" term (does ARM use "layer" for this?), but to me the name makes me think of protocol layers, like "link layer" or "transaction layer". "Lane" is more intuitive to me, but I can see where that would cause confusion since that's not what PCI Express means by "lane". I don't have any other good ideas... I thought of "bundle" or "subbus" but I'm not going to claim those are good. Are there official documents that use "layer" for this concept?
-
src/mem/bus.hh (Diff revision 2) -
I assume this will inherit the tryTiming() rename from the other patch, correct?
Review request changed
Updated (July 4, 2012, 6:35 p.m.)
Description: |
|
|||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+232 -109) |
Ship It!
