You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should stop doing that, and delete the comment about it.
We allow lookups by side for CHANX and CHANY, even though side makes no sense for them. We should at least always go to side 0, rather than the enumerated type at sides[0] as that will break if sides[0] is not equal to 0.
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.
get_rr_node_index has some odd code that should be cleaned up.
https://github.com/verilog-to-routing/vtr-verilog-to-routing/blob/master/vpr/src/route/rr_graph2.cpp#L1255,L1264
Then when the lookup is done in get_rr_node_index, the indices are swapped again.
https://github.com/verilog-to-routing/vtr-verilog-to-routing/blob/master/vpr/src/route/rr_graph2.cpp#L1354,L1356
We should stop doing that, and delete the comment about it.
https://github.com/verilog-to-routing/vtr-verilog-to-routing/blob/master/vpr/src/route/rr_graph2.cpp#L1338,L1341
Proposed Behaviour
Same as current, but less confusing code under the hood.
Current Behaviour
None.
Possible Solution
See above.
Context
Code cleanup.
The text was updated successfully, but these errors were encountered: