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 7da70cc commit e18e624Copy full SHA for e18e624
src/rsz/src/Rebuffer.hh
@@ -151,7 +151,7 @@ class Rebuffer : public sta::dbStaState
151
float drvr_load_high_water_mark_ = 0.0f;
152
const Corner* corner_ = nullptr;
153
LibertyPort* drvr_port_ = nullptr;
154
- Path* arrival_paths_[RiseFall::index_count] = {0};
+ Path* arrival_paths_[RiseFall::index_count] = {nullptr};
155
156
int resizer_max_wire_length_ = 0;
157
int wire_length_step_ = 0;
0 commit comments