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 62c2f56 commit 1fb0ea1Copy full SHA for 1fb0ea1
src/rsz/src/CloneMove.cc
@@ -249,14 +249,13 @@ bool CloneMove::doMove(const Path* drvr_path,
249
250
odb::dbITerm* clone_output_iterm = db_network_->flatPin(clone_output_pin);
251
if (clone_output_iterm == nullptr) {
252
- logger_->warn(
+ logger_->error(
253
RSZ,
254
100,
255
- "Cloning dbITerm failed. Driver pin: {}, Clone "
256
- "output pin: {}",
+ "Cannot find output pin of the clone instance. Driver pin: {}, "
+ "Clone output pin: {}",
257
(drvr_pin) ? network_->pathName(drvr_pin) : "Null",
258
(clone_output_pin) ? network_->pathName(clone_output_pin) : "Null");
259
- return false;
260
}
261
262
// Divide the list of pins in half and connect them to the new net we
0 commit comments