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 e5e037d commit c5af99cCopy full SHA for c5af99c
src/dbSta/include/db_sta/dbNetwork.hh
@@ -387,8 +387,6 @@ class dbNetwork : public ConcreteNetwork
387
NetSet& visited_nets) const override;
388
bool portMsbFirst(const char* port_name, const char* cell_name);
389
ObjectId getDbNwkObjectId(const dbObject* object) const;
390
- void getParentHierarchy(dbModule* start_module,
391
- std::vector<dbModule*>& parent_hierarchy) const;
392
393
dbDatabase* db_ = nullptr;
394
Logger* logger_ = nullptr;
0 commit comments