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.
1 parent 0f35bb8 commit eaf317eCopy full SHA for eaf317e
src/mpl/src/SimulatedAnnealingCore.h
@@ -120,8 +120,8 @@ class SimulatedAnnealingCore
120
void calWirelength();
121
float computeNetsWireLength(const std::vector<BundledNet>& nets) const;
122
int64_t computeWLForClusterOfUnplacedIOPins(const T& macro,
123
- const T& unplaced_ios,
124
- float net_weight) const;
+ const T& unplaced_ios,
+ float net_weight) const;
125
bool isOutsideTheOutline(const T& macro) const;
126
void calGuidancePenalty();
127
void calFencePenalty();
0 commit comments