@@ -3282,20 +3282,20 @@ static void initial_placement_pl_macros(int macros_max_num_tries, int* free_loca
3282
3282
3283
3283
if (no_free_locations) {
3284
3284
VPR_FATAL_ERROR (VPR_ERROR_PLACE, __FILE__, __LINE__,
3285
- " Initial placement failed.\n "
3286
- " Could not place macro length %d with head block %s (#%zu); not enough free locations.\n "
3287
- " VPR cannot auto-size for your circuit, please resize the FPGA manually.\n " ,
3288
- pl_macros[imacro].members .size (), cluster_ctx.clb_nlist .block_name (blk_id).c_str (), size_t (blk_id));
3285
+ " Initial placement failed.\n "
3286
+ " Could not place macro length %d with head block %s (#%zu); not enough free locations.\n "
3287
+ " VPR cannot auto-size for your circuit, please resize the FPGA manually.\n " ,
3288
+ pl_macros[imacro].members .size (), cluster_ctx.clb_nlist .block_name (blk_id).c_str (), size_t (blk_id));
3289
3289
}
3290
3290
3291
3291
// If macro could not be placed even after exhaustive placement, error out
3292
3292
if (macro_placed == false ) {
3293
3293
// Error out
3294
3294
VPR_FATAL_ERROR (VPR_ERROR_PLACE, __FILE__, __LINE__,
3295
- " Initial placement failed.\n "
3296
- " Could not place macro length %d with head block %s (#%zu); not enough free locations.\n "
3297
- " Please manually size the FPGA because VPR can't do this yet.\n " ,
3298
- pl_macros[imacro].members .size (), cluster_ctx.clb_nlist .block_name (blk_id).c_str (), size_t (blk_id));
3295
+ " Initial placement failed.\n "
3296
+ " Could not place macro length %d with head block %s (#%zu); not enough free locations.\n "
3297
+ " Please manually size the FPGA because VPR can't do this yet.\n " ,
3298
+ pl_macros[imacro].members .size (), cluster_ctx.clb_nlist .block_name (blk_id).c_str (), size_t (blk_id));
3299
3299
} else {
3300
3300
// This macro has been placed successfully, proceed to place the next macro
3301
3301
continue ;
@@ -3363,9 +3363,9 @@ static void initial_placement_blocks(int* free_locations, enum e_pad_loc_type pa
3363
3363
// Check if there were no available locations
3364
3364
if (no_free_locations) {
3365
3365
VPR_FATAL_ERROR (VPR_ERROR_PLACE, __FILE__, __LINE__,
3366
- " Initial placement failed.\n "
3367
- " Could not place block %s (#%zu); no free locations\n " ,
3368
- cluster_ctx.clb_nlist .block_name (blk_id).c_str (), size_t (blk_id));
3366
+ " Initial placement failed.\n "
3367
+ " Could not place block %s (#%zu); no free locations\n " ,
3368
+ cluster_ctx.clb_nlist .block_name (blk_id).c_str (), size_t (blk_id));
3369
3369
}
3370
3370
}
3371
3371
}
0 commit comments