Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Rovinski <[email protected]>
Signed-off-by: Bernardo Borges Sandoval <[email protected]>
  • Loading branch information
bnmfw and rovinski authored Dec 16, 2024
1 parent d165400 commit 1f45567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/drt/src/pa/FlexPA.h
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ class FlexPA
int max_access_point_size);

/**
* @brief initializes the nodes data strucutes that will be used to solve the
* @brief initializes the nodes' data structures that will be used to solve the
* DP problem
*/
void genPatternsInit(
Expand All @@ -616,7 +616,7 @@ class FlexPA
std::set<std::pair<int, int>>& viol_access_points);

/**
* @brief resets the nodes data strucutes that will be used to solve the
* @brief resets the nodes' data structures that will be used to solve the
* DP problem
*/
void genPatternsReset(
Expand Down Expand Up @@ -776,7 +776,7 @@ class FlexPA
* @param access_pattern access pattern
* @param objs TODO: not sure why this is a parameter at all
* @param vias TODO: ditto
* @param isPrev wether this is the previous or current node
* @param isPrev whether this is the previous or current node
*/
void addAccessPatternObj(
frInst* inst,
Expand Down

0 comments on commit 1f45567

Please sign in to comment.