35,43d34
< class Topology(SimObject):
< type = 'Topology'
< cxx_header = "mem/ruby/network/Topology.hh"
< description = Param.String("Not Specified",
< "the name of the imported topology module")
< num_routers = Param.UInt32("Number of routers in the network")
< ext_links = VectorParam.BasicExtLink("Links to external nodes")
< int_links = VectorParam.BasicIntLink("Links between internal nodes")
<
49,52c40,46
< number_of_virtual_networks = Param.Int(10, "");
< topology = Param.Topology("");
< control_msg_size = Param.Int(8, "");
< ruby_system = Param.RubySystem("");
---
> topology = Param.String("Not Specified",
> "the name of the imported topology module")
>
> number_of_virtual_networks = Param.Int(10, "")
> control_msg_size = Param.Int(8, "")
> ruby_system = Param.RubySystem("")
>
53a48,49
> ext_links = VectorParam.BasicExtLink("Links to external nodes")
> int_links = VectorParam.BasicIntLink("Links between internal nodes")