Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
Signed-off-by: bernardo <[email protected]>
  • Loading branch information
bnmfw committed Oct 8, 2024
1 parent 63dc4f8 commit 60ed9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drt/src/pa/FlexPA.h
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ class FlexPA
const std::vector<FlexDPNode>& nodes,
const std::vector<std::pair<frMPin*, frInstTerm*>>& pins,
std::set<std::pair<int, int>>& used_access_points,
const int max_access_point_size);
int max_access_point_size);

bool genPatterns_commit(
const std::vector<FlexDPNode>& nodes,
Expand Down

0 comments on commit 60ed9ab

Please sign in to comment.