Skip to content

Commit

Permalink
Fix for connected pins to use hierarchy. Signed-off-by: Andy Fox <and…
Browse files Browse the repository at this point in the history
[email protected]>

Signed-off-by: andyfox-rushc <[email protected]>
  • Loading branch information
andyfox-rushc committed Aug 30, 2024
1 parent 86a4a42 commit 7502daa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/dbSta/include/db_sta/dbNetwork.hh
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ class dbNetwork : public ConcreteNetwork
Port* findMember(const Port* port, int index) const override;
PortMemberIterator* memberIterator(const Port* port) const override;

void visitConnectedPins(const Net* net, PinVisitor& visitor) const override;

using Network::cell;
using Network::direction;
using Network::findCellsMatching;
Expand Down
8 changes: 0 additions & 8 deletions src/dbSta/src/dbNetwork.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1396,14 +1396,6 @@ dbModNet* dbNetwork::getDbModNetFromDbNet(dbNet* db_net)
}

// override ConcreteNetwork::visitConnectedPins
// public api

void dbNetwork::visitConnectedPins(const Net* net, PinVisitor& visitor) const

{
NetSet visited_nets;
visitConnectedPins(net, visitor, visited_nets);
}

void dbNetwork::visitConnectedPins(const Net* net,
PinVisitor& visitor,
Expand Down

0 comments on commit 7502daa

Please sign in to comment.