mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-03 16:29:50 +02:00
excercise the power func in sta test
Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user