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

/gem5/src/mem/ruby/network/
H A DBasicLink.py54 src_node = Param.BasicRouter("Router on src end") variable in class:BasicIntLink
H A DTopology.cc91 BasicRouter *router_src = int_link->params()->src_node;
/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py87 if (link.src_node.path() in connected) and \
88 (connected[link.src_node.path()] == link.dst_node.path()):
91 pydot.Edge(link.src_node.path(), link.dst_node.path())
93 connected[link.dst_node.path()] = link.src_node.path()
/gem5/configs/topologies/
H A DCrossbar.py67 src_node=routers[i],
75 src_node=xbar,
H A DMesh_westfirst.py125 src_node=routers[east_out],
138 src_node=routers[west_out],
152 src_node=routers[north_out],
165 src_node=routers[south_out],
H A DMesh_XY.py124 src_node=routers[east_out],
139 src_node=routers[west_out],
154 src_node=routers[north_out],
169 src_node=routers[south_out],
H A DCluster.py92 link_out = IntLink(link_id=self.num_int_links(), src_node=self.router,
94 link_in = IntLink(link_id=self.num_int_links(), src_node=node.router,
H A DPt2Pt.py74 src_node=routers[i],
H A DMeshDirCorners_XY.py161 src_node=routers[east_out],
176 src_node=routers[west_out],
191 src_node=routers[north_out],
206 src_node=routers[south_out],
/gem5/configs/learning_gem5/part3/
H A Dmsi_caches.py255 src_node = ri,
H A Druby_caches_MI_example.py241 src_node = ri,

Completed in 11 milliseconds