-
Notifications
You must be signed in to change notification settings - Fork 414
Remove some out of date TO-DO and comments in rr_graph.cpp #1995
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
Comments
@vaughnbetz Thanks for pointing this out. I will assign this to the team and create related pull requests. |
@behzadmehmood-rs Can you arrange the team on cleaning up the code comments and create PRs? If you have anything unclear, just let me know. I will review your PR once it is available. |
Sure, we will do that @tangxifan. |
This issue has been inactive for a year and has been marked as stale. It will be closed in 15 days if it continues to be stale. If you believe this is still an issue, please add a comment. |
@amin1377 @soheilshahrouz : these still look like good cleanups to do, although probably best to do after the openFPGA branch merge so we don't create work for ourselves. Let me know if one of you wants to take a crack at these. |
I think there are some out of date comments from the refactoring of the rrgraph apis in rr_graph.cpp (and perhaps related files).
E.g.:
rr_graph.cpp:
/* TODO: The casting will be removed when RRGraphBuilder has the following APIs:
* - set_node_cost_index(RRNodeId, int);
* - set_node_type(RRNodeId, t_rr_type);
*/
(seems to be done).
rr_graph2.cpp:
vtr-verilog-to-routing/vpr/src/route/rr_graph2.cpp
Line 1128 in 220fa98
*/
These should be cleaned up.
The text was updated successfully, but these errors were encountered: