We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2167398 commit d5c9cc8Copy full SHA for d5c9cc8
src/cts/src/LatenciesBalancer.h
@@ -77,7 +77,8 @@ class LatenciesBalancer
77
float getVertexClkArrival(sta::Vertex* sinkVertex,
78
odb::dbNet* topNet,
79
odb::dbITerm* iterm);
80
- sta::ArcDelay computeBufferDelay(sta::LibertyCell *buffer_cell, float extra_out_cap);
+ sta::ArcDelay computeBufferDelay(sta::LibertyCell* buffer_cell,
81
+ float extra_out_cap);
82
float computeAveSinkArrivals(TreeBuilder* builder);
83
void computeSinkArrivalRecur(odb::dbNet* topClokcNet,
84
odb::dbITerm* iterm,
0 commit comments