We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e4c7a commit b20f73dCopy full SHA for b20f73d
1 file changed
src/gpl/src/initialPlace.cpp
@@ -84,13 +84,11 @@ void InitialPlace::doBicgstabPlace(int threads)
84
}
85
86
if (std::isnan(error.x) || std::isnan(error.y)) {
87
- log_->warn(
88
- GPL,
89
- 154,
90
- "Conjugate gradient initial placement solver failed at iteration {}. "
91
- "Positioning all movable instances at core center.",
92
- iter);
93
- placeInstsCenter();
+ log_->warn(GPL,
+ 154,
+ "Conjugate gradient initial placement solver failed at "
+ "iteration {}. ",
+ iter);
94
break;
95
96
0 commit comments