excercise the power func in sta test

Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
dsengupta0628 2026-03-25 21:09:35 +00:00
parent 9359303763
commit 35aef386d6
1 changed files with 1 additions and 1 deletions

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;