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 3710615 commit 01d6c5fCopy full SHA for 01d6c5f
src/rsz/src/VTSwapMove.cc
@@ -48,13 +48,12 @@ bool VTSwapSpeedMove::doMove(const Path* drvr_path,
48
best_cell->name());
49
addMove(drvr);
50
return true;
51
- } else {
52
- debugMovePrint1("REJECT vt_swap {}: {} -> {} swap failed",
53
- network_->pathName(drvr_pin),
54
- drvr_cell->name(),
55
- best_cell->name());
56
}
57
+ debugMovePrint1("REJECT vt_swap {}: {} -> {} swap failed",
+ network_->pathName(drvr_pin),
+ drvr_cell->name(),
+ best_cell->name());
58
return false;
59
60
0 commit comments