mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-04 08:43:04 +02:00
Merge branch 'master' of https://github.com/openroadie/OpenSTA
This commit is contained in:
+3
-3
@@ -5877,15 +5877,15 @@ requireds_clk(const RiseFall *rf,
|
||||
const RiseFall *clk_rf)
|
||||
{
|
||||
Sta *sta = Sta::sta();
|
||||
FloatSeq requires;
|
||||
FloatSeq requireds;
|
||||
const ClockEdge *clk_edge = nullptr;
|
||||
if (clk)
|
||||
clk_edge = clk->edge(clk_rf);
|
||||
for (auto path_ap : sta->corners()->pathAnalysisPts()) {
|
||||
requires.push_back(delayAsFloat(sta->vertexRequired(self, rf, clk_edge,
|
||||
requireds.push_back(delayAsFloat(sta->vertexRequired(self, rf, clk_edge,
|
||||
path_ap)));
|
||||
}
|
||||
return requires;
|
||||
return requireds;
|
||||
}
|
||||
|
||||
StringSeq
|
||||
|
||||
Reference in New Issue
Block a user