Skip to content

Commit 42ef60f

Browse files
[Infra] Fixed Bugs Revealed from CapNProto Upgrade
1 parent bcabca6 commit 42ef60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/pack/cluster_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ enum e_block_pack_status try_place_atom_block_rec(const t_pb_graph_node* pb_grap
12451245
} else {
12461246
/* if this is not the first child of this parent, must match existing parent mode */
12471247
if (parent_pb->mode != pb_graph_node->pb_type->parent_mode->index) {
1248-
return BLK_FAILED_FEASIBLE;
1248+
return e_block_pack_status::BLK_FAILED_FEASIBLE;
12491249
}
12501250
}
12511251

0 commit comments

Comments
 (0)