Skip to content

Commit

Permalink
[vpr][route] remove target_node is valid
Browse files Browse the repository at this point in the history
  • Loading branch information
amin1377 committed Jun 27, 2024
1 parent dad7ac6 commit 4293461
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vpr/src/route/connection_router.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -835,9 +835,6 @@ void ConnectionRouter<Heap>::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,
Expand Down

0 comments on commit 4293461

Please sign in to comment.