Network::isLeaf
This commit is contained in:
parent
c66da2935f
commit
dd8153c7f9
|
|
@ -232,6 +232,7 @@ public:
|
|||
using Network::libertyLibrary;
|
||||
using Network::libertyCell;
|
||||
using Network::libertyPort;
|
||||
using Network::isLeaf;
|
||||
|
||||
protected:
|
||||
void addLibrary(ConcreteLibrary *library);
|
||||
|
|
|
|||
|
|
@ -289,7 +289,7 @@ public:
|
|||
virtual Net *net(const Pin *pin) const = 0;
|
||||
virtual Term *term(const Pin *pin) const = 0;
|
||||
virtual PortDirection *direction(const Pin *pin) const = 0;
|
||||
bool isLeaf(const Pin *pin) const;
|
||||
virtual bool isLeaf(const Pin *pin) const;
|
||||
bool isHierarchical(const Pin *pin) const;
|
||||
bool isTopLevelPort(const Pin *pin) const;
|
||||
// Is pin inside the instance hier_pin is attached to?
|
||||
|
|
|
|||
Loading…
Reference in New Issue