report_power -instance hierarchical

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry
2023-01-19 19:01:54 -07:00
parent 695b0bed2f
commit 4b009e50dc
4 changed files with 29 additions and 0 deletions

View File

@@ -87,6 +87,9 @@ public:
PwrActivity findClkedActivity(const Pin *pin);
protected:
void powerInside(const Instance *hinst,
const Corner *corner,
PowerResult &result);
void ensureActivities();
bool hasUserActivity(const Pin *pin);
PwrActivity &userActivity(const Pin *pin);