Skip to content

Commit

Permalink
mpl2: calculate connection only once
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurckoucher@gmail.com>
  • Loading branch information
AcKoucher committed Dec 26, 2023
1 parent b1ecfdf commit 7171245
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mpl2/src/hier_rtlmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2389,8 +2389,6 @@ void HierRTLMP::classifyMacrosBasedOnConnSignature(
std::vector<Cluster*>& macro_clusters,
std::vector<int>& macro_signature_class)
{
calculateConnection();

for (int i = 0; i < macro_clusters.size(); i++) {
if (macro_signature_class[i] == -1) {
macro_signature_class[i] = i;
Expand Down

0 comments on commit 7171245

Please sign in to comment.