From cca44462b079f5cf392e55c0da232d5d120d7e99 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Tue, 7 Jan 2025 04:38:59 -0800 Subject: [PATCH] Smallfix --- search/ReportPath.cc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/search/ReportPath.cc b/search/ReportPath.cc index 4e2c1101..5712daae 100644 --- a/search/ReportPath.cc +++ b/search/ReportPath.cc @@ -55,6 +55,10 @@ namespace sta { +static void +hierPinsAbove(const Net *net, + const Network *network, + PinSeq &pins_above); static void hierPinsAbove(const Pin *pin, const Network *network, @@ -3532,15 +3536,6 @@ ReportPath::latchDesc(const RiseFall *clk_rf) const //////////////////////////////////////////////////////////////// -static void -hierPinsAbove(const Net *net, - const Network *network, - PinSeq &pins_above); -static void -hierPinsAbove(const Pin *pin, - const Network *network, - PinSeq &pins_above); - static PinSeq hierPinsThruEdge(const Edge *edge, const Network *network,