tcl Vertex arrival min/max

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-04-28 15:37:43 -07:00
parent 14dbb2f07c
commit 687dcb1746
1 changed files with 7 additions and 0 deletions

View File

@ -177,6 +177,13 @@ arrivals_clk(const RiseFall *rf,
return arrivals;
}
float
arrival(const MinMax *min_max)
{
Sta *sta = Sta::sta();
return delayAsFloat(sta->vertexArrival(self, min_max));
}
StringSeq
arrivals_clk_delays(const RiseFall *rf,
Clock *clk,