Skip to content

Commit aab5b59

Browse files
author
Vaughn Betz
committed
Fixed enum value in cluster_utils.cpp to fix build.
1 parent 1f4ded5 commit aab5b59

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)