mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
set_max_delay -ignore_clock_latency, set_clock_latency, ideal clks
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -2274,7 +2274,7 @@ Search::pathClkPathArrival(const Path *path) const
|
||||
// Check for input arrival clock.
|
||||
ClockEdge *clk_edge = path->clkEdge(this);
|
||||
if (clk_edge)
|
||||
return clk_edge->time();
|
||||
return clk_edge->time() + clk_info->latency();
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user