mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-01 18:36:42 +02:00
@@ -769,7 +769,6 @@ TEST_F(PowerDesignTest, PowerPerInstance) {
|
||||
int count = 0;
|
||||
while (child_iter->hasNext() && count < 5) {
|
||||
Instance *inst = child_iter->next();
|
||||
PowerResult result = sta_->power(inst, corner);
|
||||
count++;
|
||||
}
|
||||
delete child_iter;
|
||||
|
||||
Reference in New Issue
Block a user