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 3ad9b78 commit 463a5acCopy full SHA for 463a5ac
vpr/src/pack/cluster_util.cpp
@@ -1232,7 +1232,8 @@ enum e_block_pack_status try_place_atom_block_rec(const t_pb_graph_node* pb_grap
1232
}
1233
1234
} else {
1235
- if (parent_pb->mode != pb_graph_node->pb_type->parent_mode->index) {
+ /* 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) {
1237
return BLK_FAILED_FEASIBLE;
1238
1239
0 commit comments