diff --git a/vpr/src/route/connection_router.cpp b/vpr/src/route/connection_router.cpp index 743c5b4de1c..455bcd6fd0f 100644 --- a/vpr/src/route/connection_router.cpp +++ b/vpr/src/route/connection_router.cpp @@ -835,9 +835,6 @@ void ConnectionRouter::add_route_tree_to_heap( /* Pre-order depth-first traversal */ // IPINs and SINKS are not re_expanded if (rt_node.re_expand) { - if (target_node.is_valid()) { - return; - } add_route_tree_node_to_heap(rt_node, target_node, cost_params,