replace_cell w/spef memory issue

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2025-12-02 14:29:55 -08:00
parent a88895d65c
commit 14893099ed
4 changed files with 12 additions and 2 deletions
-1
View File
@@ -1286,7 +1286,6 @@ ConcreteNetwork::replaceCell(Instance *inst,
if (cport) {
rpins[cport->pinIndex()] = cpin;
cpin->port_ = cport;
cpin->id_ = ConcreteNetwork::nextObjectId();
}
}
}