Skip to content

Commit

Permalink
Reformatted
Browse files Browse the repository at this point in the history
Signed-off-by: andyfox-rushc <[email protected]>
  • Loading branch information
andyfox-rushc committed Nov 9, 2024
1 parent 0fee237 commit 9eaa319
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
16 changes: 0 additions & 16 deletions src/dbSta/src/dbNetwork.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2032,22 +2032,6 @@ Pin* dbNetwork::connect(Instance* inst, Port* port, Net* net)
}
return pin;
}
/*
bool dbNetwork::isDriver(const Pin* pin) const{
PortDirection *dir = direction(pin);
const Instance *inst = instance(pin);
odb::dbInst* db_inst;
odb::dbModInst* mod_inst;
staToDb(inst, db_inst, mod_inst);
if (isLeaf(inst) && dir->isAnyOutput()){
return true;
}
else if (mod_inst && dir->isAnyOutput()){
return true;
}
return false;
}
*/

// Used by dbStaCbk
// Incrementally update drivers.
Expand Down
1 change: 0 additions & 1 deletion src/rsz/src/Resizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3104,7 +3104,6 @@ Instance* Resizer::journalCloneInstance(LibertyCell* cell,

void Resizer::journalUndoGateCloning(int& cloned_gate_count)
{
printf("Undoing jouranl cloning\n");
// Undo gate cloning
while (!cloned_gates_.empty()) {
auto element = cloned_gates_.top();
Expand Down

0 comments on commit 9eaa319

Please sign in to comment.