excercise the power func in sta test

Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
dsengupta0628
2026-03-25 21:09:35 +00:00
parent 9359303763
commit 35aef386d6
+1 -1
View File
@@ -768,7 +768,7 @@ TEST_F(PowerDesignTest, PowerPerInstance) {
InstanceChildIterator *child_iter = network->childIterator(top);
int count = 0;
while (child_iter->hasNext() && count < 5) {
child_iter->next();
sta_->power(child_iter->next(), corner);
count++;
}
delete child_iter;