ConcreteNetwork republic setTopInstance
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
17eea0e169
commit
7fadb5fb46
|
|
@ -230,6 +230,10 @@ public:
|
||||||
void setLinkFunc(LinkNetworkFunc *link) override;
|
void setLinkFunc(LinkNetworkFunc *link) override;
|
||||||
static ObjectId nextObjectId();
|
static ObjectId nextObjectId();
|
||||||
|
|
||||||
|
// Used by external tools.
|
||||||
|
void setTopInstance(Instance *top_inst);
|
||||||
|
void deleteTopInstance();
|
||||||
|
|
||||||
using Network::netIterator;
|
using Network::netIterator;
|
||||||
using Network::findPin;
|
using Network::findPin;
|
||||||
using Network::findNet;
|
using Network::findNet;
|
||||||
|
|
@ -240,8 +244,6 @@ public:
|
||||||
using Network::isLeaf;
|
using Network::isLeaf;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void setTopInstance(Instance *top_inst);
|
|
||||||
void deleteTopInstance();
|
|
||||||
void addLibrary(ConcreteLibrary *library);
|
void addLibrary(ConcreteLibrary *library);
|
||||||
void setName(const char *name);
|
void setName(const char *name);
|
||||||
void clearConstantNets();
|
void clearConstantNets();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue