Skip to content

Commit

Permalink
grt: clang-tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Eder Monteiro <[email protected]>
  • Loading branch information
eder-matheus committed Nov 7, 2024
1 parent f3ff438 commit 3582fa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/grt/include/grt/GlobalRouter.h
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ class GlobalRouter : public ant::GlobalRouteSource
bool initialized_;
int total_diodes_count_;
// TODO: remove this flag after support incremental updates on DRT PA
bool skip_drt_aps_;
bool skip_drt_aps_{false};

// Region adjustment variables
std::vector<RegionAdjustment> region_adjustments_;
Expand Down
1 change: 0 additions & 1 deletion src/grt/src/GlobalRouter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ GlobalRouter::GlobalRouter()
macro_extension_(0),
initialized_(false),
total_diodes_count_(0),
skip_drt_aps_(false),
verbose_(false),
seed_(0),
caps_perturbation_percentage_(0),
Expand Down

0 comments on commit 3582fa5

Please sign in to comment.