report_power -highest_power_instances

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry
2025-02-04 09:10:48 -08:00
parent 988514f8f4
commit 6c404a38b1
6 changed files with 43 additions and 1 deletions

View File

@@ -100,6 +100,8 @@ public:
void reportActivityAnnotation(bool report_unannotated,
bool report_annotated);
float clockMinPeriod();
InstanceSeq highestPowerInstances(size_t count,
const Corner *corner);
protected:
PwrActivity &activity(const Pin *pin);