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 committed Dec 16, 2024
1 parent d165400 commit f630b25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/drt/src/pa/FlexPA.h
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ class FlexPA
int max_access_point_size);

/**
* @brief initializes the nodes data strucutes that will be used to solve the
* DP problem
* @brief initializes the nodes' data structures that will be used to solve
* the DP problem
*/
void genPatternsInit(
std::vector<std::vector<std::unique_ptr<FlexDPNode>>>& nodes,
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 f630b25

Please sign in to comment.