Skip to content

Commit 82ffe3f

Browse files
enum class for e_block_pack_status
1 parent 790b652 commit 82ffe3f

File tree

4 files changed

+105
-108
lines changed

4 files changed

+105
-108
lines changed

vpr/src/base/vpr_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ enum class e_cluster_seed {
170170
BLEND2
171171
};
172172

173-
enum e_block_pack_status {
173+
enum class e_block_pack_status {
174174
BLK_PASSED,
175175
BLK_FAILED_FEASIBLE,
176176
BLK_FAILED_ROUTE,

0 commit comments

Comments
 (0)