Skip to content

Commit

Permalink
Update sidebranch
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Dec 20, 2024
1 parent a226f03 commit bb00aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/Network.i
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ capacitance(Corner *corner,
const MinMax *min_max)
{
Sta *sta = Sta::sta();
Network *network = sta->ensureLinked();
sta->ensureLinked();
float pin_cap, wire_cap;
sta->connectedCap(self, corner, min_max, pin_cap, wire_cap);
return pin_cap + wire_cap;
Expand Down

0 comments on commit bb00aeb

Please sign in to comment.