Searched refs:topology (Results 1 - 11 of 11) sorted by relevance

/gem5/ext/dsent/model/optical/
H A DRingDetector.cc82 const String& topology = getParameter("Topology"); local
91 if (topology == INTEGRATINGSENSEAMP) addEventResult(new AtomicResult("Receive"));
92 else ASSERT(false, "[Error] " + getInstanceName() + " -> Unknown receiver topology (" + topology + ")!");
156 const String& topology = getParameter("Topology"); local
173 if(topology == INTEGRATINGSENSEAMP)
210 else ASSERT(false, "[Error] " + getInstanceName() + " -> Unknown receiver topology (" + topology + ")!");
227 const String& topology = getParameter("Topology"); local
241 if(topology
299 const String& topology = getParameter("Topology"); local
319 const String& topology = getParameter("Topology"); local
[all...]
/gem5/src/mem/ruby/network/
H A DNetwork.py39 topology = Param.String("Not Specified", variable in class:RubyNetwork
40 "the name of the imported topology module")
/gem5/configs/ruby/
H A DGarnet_standalone.py117 topology = create_topology(all_cntrls, options)
118 return (cpu_sequencers, mem_dir_cntrl_nodes, topology)
H A DRuby.py153 exec("import topologies.%s as Topo" % options.topology)
154 topology = eval("Topo.%s(controllers)" % options.topology)
155 return topology
174 (cpu_sequencers, dir_cntrls, topology) = \
182 # Create the network topology
183 topology.makeTopology(options, network, IntLinkClass, ExtLinkClass,
186 # Register the topology elements with faux filesystem (SE mode only)
188 topology.registerTopology(options)
191 # Initialize network based on topology
[all...]
H A DMI_example.py194 topology = create_topology(all_cntrls, options)
195 return (cpu_sequencers, mem_dir_cntrl_nodes, topology)
H A DMESI_Two_Level.py237 topology = create_topology(all_cntrls, options)
238 return (cpu_sequencers, mem_dir_cntrl_nodes, topology)
H A DMOESI_CMP_directory.py271 topology = create_topology(all_cntrls, options)
272 return (cpu_sequencers, mem_dir_cntrl_nodes, topology)
H A DMOESI_hammer.py288 topology = create_topology(all_cntrls, options)
289 return (cpu_sequencers, mem_dir_cntrl_nodes, topology)
H A DMOESI_CMP_token.py269 topology = create_topology(all_cntrls, options)
270 return (cpu_sequencers, mem_dir_cntrl_nodes, topology)
H A DMESI_Three_Level.py303 topology = create_topology(all_cntrls, options)
304 return (cpu_sequencers, mem_dir_cntrl_nodes, topology)
/gem5/configs/network/
H A DNetwork.py42 parser.add_option("--topology", type="string", default="Crossbar",
45 help="the number of rows in the mesh topology")
54 in the topology file.""")
59 in the topology file.""")
100 network = NetworkClass(ruby_system = ruby, topology = options.topology,

Completed in 14 milliseconds