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 aed3e08 commit a2b7e9dCopy full SHA for a2b7e9d
vpr/src/route/connection_router.cpp
@@ -91,10 +91,12 @@ t_heap* ConnectionRouter<Heap>::timing_driven_route_connection_common_setup(
91
//make it back into the heap.
92
reset_path_costs();
93
modified_rr_node_inf_.clear();
94
+ heap_.empty_heap();
95
96
//Re-initialize the heap since it was emptied by the previous call to
97
//timing_driven_route_connection_from_heap()
98
add_route_tree_to_heap(rt_root, sink_node, cost_params);
99
+ heap_.build_heap(); // via sifting down everything
100
101
//Try finding the path again with the relaxed bounding box
102
cheapest = timing_driven_route_connection_from_heap(sink_node,
0 commit comments