mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 19:56:55 +02:00
report_clock_latency -include_internal_latency
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
+3
-1
@@ -921,9 +921,11 @@ public:
|
||||
|
||||
void reportClkLatency(ConstClockSeq clks,
|
||||
const Corner *corner,
|
||||
bool include_internal_latency,
|
||||
int digits);
|
||||
// Find min/max/rise/fall delays for clk.
|
||||
ClkDelays findClkDelays(const Clock *clk);
|
||||
ClkDelays findClkDelays(const Clock *clk,
|
||||
bool include_internal_latency);
|
||||
|
||||
// Update arrival times for all pins.
|
||||
// If necessary updateTiming propagates arrivals around latch
|
||||
|
||||
Reference in New Issue
Block a user