Skip to content

Commit

Permalink
mpl: format
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
  • Loading branch information
AcKoucher committed Feb 19, 2025
1 parent d866566 commit 9294a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mpl/src/SimulatedAnnealingCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ class SimulatedAnnealingCore
int macros_to_place_ = 0;

std::vector<BundledNet> nets_;
std::map<int, Rect> fences_; // Macro Id -> Fence
std::map<int, Rect> guides_; // Macro Id -> Guide
std::map<int, Rect> fences_; // Macro Id -> Fence
std::map<int, Rect> guides_; // Macro Id -> Guide

SACoreWeights core_weights_;

Expand Down

0 comments on commit 9294a6a

Please sign in to comment.