ruby: network: move routers from topology to network
Review Request #1762 - Created March 8, 2013 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9589:fb49923e3ce2 --------------------------- ruby: network: move routers from topology to network
Posted (March 12, 2013, 8:36 a.m.)
I find the flow and ownership/compartmentalisation really confusing. The topology creates the routers in makeTopology, but does not store any information about them. This is then passed to the network and the length communicated back to the topology. Would it be possible to: a) create the network and remember what it needs to remember about it, 2) not inform the topology about the num_switches at all?
Ship It!
