Skip to content

Commit 37547b3

Browse files
committed
remove old api set_coordinates from rr_node.cpp/.h files
1 parent cd66efd commit 37547b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/clock_network_builders.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ int ClockRib::create_chanx_wire(int x_start,
346346

347347
/* Add the node to spatial lookup */
348348
auto& rr_graph = (*rr_nodes);
349-
349+
350350
/* TODO: Will replace these codes with an API add_node_to_all_locs() of RRGraphBuilder */
351351
for (int ix = rr_graph.node_xlow(chanx_node); ix <= rr_graph.node_xhigh(chanx_node); ++ix) {
352352
for (int iy = rr_graph.node_ylow(chanx_node); iy <= rr_graph.node_yhigh(chanx_node); ++iy) {

0 commit comments

Comments
 (0)