report_clock_skew/latency

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-05-21 08:45:55 -07:00
parent 73470f4033
commit 20ae641fcb
1 changed files with 2 additions and 2 deletions

View File

@ -3037,7 +3037,7 @@ report_path_cmd(PathRef *path)
////////////////////////////////////////////////////////////////
void
report_clk_skew(ConstClockSeq &clks,
report_clk_skew(ConstClockSeq clks,
const Corner *corner,
const SetupHold *setup_hold,
bool include_internal_latency,
@ -3049,7 +3049,7 @@ report_clk_skew(ConstClockSeq &clks,
}
void
report_clk_latency(ConstClockSeq &clks,
report_clk_latency(ConstClockSeq clks,
const Corner *corner,
bool include_internal_latency,
int digits)