30a31
> #include "mem/ruby/network/simple/Topology.hh"
42a44,50
> //
> // Total nodes/controllers in network
> // Must make sure this is called after the State Machine constructors
> //
> m_nodes = MachineType_base_number(MachineType_NUM);
> assert(m_nodes != 0);
>
44a53,57
>
> //
> // Initialize the controller's network pointers
> //
> m_topology_ptr->initNetworkPtr(this);
49,50d61
< m_nodes = MachineType_base_number(MachineType_NUM); // Total nodes in network
<