projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c5df4b
)
config: fix typo in cluster topology.
author
Tushar Krishna
<tushar@ece.gatech.edu>
Sat, 8 Oct 2016 03:56:48 +0000
(23:56 -0400)
committer
Tushar Krishna
<tushar@ece.gatech.edu>
Sat, 8 Oct 2016 03:56:48 +0000
(23:56 -0400)
configs/topologies/Cluster.py
patch
|
blob
|
history
diff --git
a/configs/topologies/Cluster.py
b/configs/topologies/Cluster.py
index fad90856dd39a29bf2ea8f4e10358cebd3d4573b..211647991665cacb71c2402bad34862e81da8942 100644
(file)
--- a/
configs/topologies/Cluster.py
+++ b/
configs/topologies/Cluster.py
@@
-87,9
+87,9
@@
class Cluster(BaseTopology):
# connect this cluster to the router
link_out = IntLink(link_id=self.num_int_links(), src_node=self.router,
- dst_node
_
=node.router)
+ dst_node=node.router)
link_in = IntLink(link_id=self.num_int_links(), src_node=node.router,
- dst_node
_
=self.router)
+ dst_node=self.router)
if node.extBW:
link_out.bandwidth_factor = node.extBW