Lines Matching refs:routers
68 # There must be an evenly divisible number of cntrls to routers
69 # Also, obviously the number or rows must be <= the number of routers
75 # Create the routers in the mesh
76 routers = [Router(router_id=i, latency=router_latency) \
78 network.routers = routers
99 int_node=routers[router_id],
109 int_node=routers[0],
125 src_node=routers[east_out],
126 dst_node=routers[west_in],
138 src_node=routers[west_out],
139 dst_node=routers[east_in],
152 src_node=routers[north_out],
153 dst_node=routers[south_in],
165 src_node=routers[south_out],
166 dst_node=routers[north_in],