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 5c9d3b7 commit d7a9ea4Copy full SHA for d7a9ea4
vpr/src/route/connection_router.cpp
@@ -577,7 +577,7 @@ void ConnectionRouter<Heap>::timing_driven_add_to_heap(const t_conn_cost_params
577
if (rcv_path_manager.is_enabled() && current->path_data) {
578
next_ptr->path_data->path_rr = current->path_data->path_rr;
579
next_ptr->path_data->edge = current->path_data->edge;
580
- next_ptr->path_data->path_rr.emplace_back(from_node);
+ next_ptr->path_data->path_rr.emplace_back(RRNodeId(from_node));
581
next_ptr->path_data->edge.emplace_back(from_edge);
582
}
583
0 commit comments