-
Notifications
You must be signed in to change notification settings - Fork 430
[Spelling] Fixed Simple Spelling Mistakes in Route Dir #3360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spelling] Fixed Simple Spelling Mistakes in Route Dir #3360
Conversation
|
I reorganized the RR graph generation code by moving related functions into new files. |
|
Agreed, I think waiting for #3323 to be merged before doing this would be the best approach. |
This is the last of the simple spelling mistakes in the VPR directory. The rest are variable name changes which are not hard, but should be isolated into their own commits. NOTE: The rr_graph.cpp and rr_graph2.cpp files were left behind to prevent issues with currently open PRs.
f1fd163 to
a481ad7
Compare
|
@soheilshahrouz @AmirhosseinPoolad I have undone my changes to The changes were squashed as well. |
|
Thanks @AlexandreSinger |
AmirhosseinPoolad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @AlexandreSinger. some small issues but looks good otherwise.
vpr/src/route/rr_graph_generation/tileable_rr_graph/tileable_rr_graph_gsb.cpp
Outdated
Show resolved
Hide resolved
vpr/src/route/rr_graph_generation/tileable_rr_graph/tileable_rr_graph_gsb.cpp
Outdated
Show resolved
Hide resolved
vpr/src/route/rr_graph_generation/tileable_rr_graph/tileable_rr_graph_gsb.cpp
Outdated
Show resolved
Hide resolved
vpr/src/route/rr_graph_generation/tileable_rr_graph/tileable_rr_graph_gsb.cpp
Outdated
Show resolved
Hide resolved
| #ifndef NON_DETERMINISTIC_PRUNING | ||
| // With deterministic pruning, cannot always prune on ties. | ||
| // In the case of a true tie, just prune, no need to explore neightbors | ||
| // In the case of a true tie, just prune, no need to explore neighbors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neighbours* ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

This is the last of the simple spelling mistakes in the VPR directory. The rest are variable name changes which are not hard, but should be isolated into their own commits.