Network::isLeaf

This commit is contained in:
James Cherry 2019-06-14 21:03:11 -07:00
parent c66da2935f
commit dd8153c7f9
2 changed files with 2 additions and 1 deletions

View File

@ -232,6 +232,7 @@ public:
using Network::libertyLibrary;
using Network::libertyCell;
using Network::libertyPort;
using Network::isLeaf;
protected:
void addLibrary(ConcreteLibrary *library);

View File

@ -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?