report_arrival requires not needed

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2026-03-02 13:22:13 -08:00
parent 741bf4d561
commit e054499e45
2 changed files with 14 additions and 6 deletions
+2
View File
@@ -1517,10 +1517,12 @@ protected:
void reportDelaysWrtClks(const Pin *pin,
const Scene *scene,
int digits,
bool find_required,
PathDelayFunc get_path_delay);
void reportDelaysWrtClks(Vertex *vertex,
const Scene *scene,
int digits,
bool find_required,
PathDelayFunc get_path_delay);
void reportDelaysWrtClks(Vertex *vertex,
const ClockEdge *clk_edge,