excercise the power func in sta test
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
parent
9359303763
commit
35aef386d6
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue