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 bcabca6 commit 42ef60fCopy full SHA for 42ef60f
vpr/src/pack/cluster_util.cpp
@@ -1245,7 +1245,7 @@ enum e_block_pack_status try_place_atom_block_rec(const t_pb_graph_node* pb_grap
1245
} else {
1246
/* if this is not the first child of this parent, must match existing parent mode */
1247
if (parent_pb->mode != pb_graph_node->pb_type->parent_mode->index) {
1248
- return BLK_FAILED_FEASIBLE;
+ return e_block_pack_status::BLK_FAILED_FEASIBLE;
1249
}
1250
1251
0 commit comments