We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb4801b + 5f2a6d0 commit 5247317Copy full SHA for 5247317
src/mpl2/src/hier_rtlmp.cpp
@@ -2863,7 +2863,7 @@ void HierRTLMP::multiLevelMacroPlacement(Cluster* parent)
2863
}
2864
2865
// add the virtual connections
2866
- for (const auto [cluster1, cluster2] : parent->getVirtualConnections()) {
+ for (const auto& [cluster1, cluster2] : parent->getVirtualConnections()) {
2867
BundledNet net(soft_macro_id_map[cluster_map_[cluster1]->getName()],
2868
soft_macro_id_map[cluster_map_[cluster2]->getName()],
2869
virtual_weight_);
0 commit comments