Skip to content

Commit 463a5ac

Browse files
committed
added comment
1 parent 3ad9b78 commit 463a5ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vpr/src/pack/cluster_util.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,8 @@ enum e_block_pack_status try_place_atom_block_rec(const t_pb_graph_node* pb_grap
12321232
}
12331233
}
12341234
} else {
1235-
if (parent_pb->mode != pb_graph_node->pb_type->parent_mode->index) {
1235+
/* if this is not the first child of this parent, must match existing parent mode */
1236+
if (parent_pb->mode != pb_graph_node->pb_type->parent_mode->index) {
12361237
return BLK_FAILED_FEASIBLE;
12371238
}
12381239
}

0 commit comments

Comments
 (0)