Skip to content

Commit

Permalink
Advance error messages to avoid conflict
Browse files Browse the repository at this point in the history
Signed-off-by: andyfox-rushc <[email protected]>
  • Loading branch information
andyfox-rushc committed Feb 11, 2025
1 parent d65524e commit 971cc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbSta/src/dbNetwork.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ void dbNetwork::connectPin(Pin* pin, Net* net)
} else {
logger_->error(
ORD,
2023,
2024,
"Illegal net/pin combination. Modnets can only be hooked to iterm, "
"bterm, moditerm, modbterm, dbNets can only be hooked to iterm, bterm");
}
Expand Down

0 comments on commit 971cc3e

Please sign in to comment.