Skip to content

Commit

Permalink
Smallfix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Jan 7, 2025
1 parent 725d4d1 commit cca4446
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions search/ReportPath.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit cca4446

Please sign in to comment.