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 1d6b503 commit 3125118Copy full SHA for 3125118
src/rsz/src/RepairDesign.cc
@@ -2457,7 +2457,6 @@ bool RepairDesign::makeRepeater(
2457
// Copy signal type to new net.
2458
//
2459
dbNet* ip_net_db = load_db_net; // orig net
2460
- // the name 'load_db_net' is misleading
2461
dbNet* op_net_db = db_network_->staToDb(new_net);
2462
op_net_db->setSigType(ip_net_db->getSigType());
2463
out_net = new_net;
0 commit comments