Skip to content

Commit 4293461

Browse files
committed
[vpr][route] remove target_node is valid
1 parent dad7ac6 commit 4293461

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vpr/src/route/connection_router.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -835,9 +835,6 @@ void ConnectionRouter<Heap>::add_route_tree_to_heap(
835835
/* Pre-order depth-first traversal */
836836
// IPINs and SINKS are not re_expanded
837837
if (rt_node.re_expand) {
838-
if (target_node.is_valid()) {
839-
return;
840-
}
841838
add_route_tree_node_to_heap(rt_node,
842839
target_node,
843840
cost_params,

0 commit comments

Comments
 (0)