mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
@@ -2309,13 +2309,16 @@ Sta::checkLibrarayPocv()
|
||||
GateTableModel *gate_model = arc->gateTableModel();
|
||||
if (gate_model) {
|
||||
const TableModels *models = gate_model->delayModels();
|
||||
if (models->sigma(EarlyLate::early()) != nullptr)
|
||||
if (models->sigma(EarlyLate::early()) != nullptr) {
|
||||
delete lib_iter;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
delete lib_iter;
|
||||
report_->warn(1578, "No liberty POCV/LVF models found.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user