We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c09683 commit 499042bCopy full SHA for 499042b
doc/rr_graph_view/uses_of_xlow.md
@@ -67,7 +67,7 @@ while (tptr != nullptr) {
67
68
else if (curr_type == CHANX || curr_type == CHANY) {
69
segments++;
70
- length += 1 + device_ctx.rr_nodes[inode].xhigh() - device_ctx.rr_nodes[inode].xlow() // <----------------------------- Use of xlow()
+ length += 1 + device_ctx.rr_nodes[inode].xhigh() - device_ctx.rr_nodes[inode].xlow() // <-- Use of xlow()
71
+ device_ctx.rr_nodes[inode].yhigh() - device_ctx.rr_nodes[inode].ylow();
72
73
if (curr_type != prev_type && (prev_type == CHANX || prev_type == CHANY))
0 commit comments