Skip to content

Commit 59f1836

Browse files
committed
Problem with existing benchmarks fixed, applied suggestions as well
1 parent 0be5106 commit 59f1836

File tree

3 files changed

+247
-190
lines changed

3 files changed

+247
-190
lines changed

vpr/src/pack/re_cluster_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void commit_mol_move(const ClusterBlockId& old_clb,
8282
g_vpr_ctx.mutable_placement().block_locs.resize(g_vpr_ctx.placement().block_locs.size() + 1);
8383
get_imacro_from_iblk(&imacro, old_clb, g_vpr_ctx.placement().pl_macros);
8484
set_imacro_for_iblk(&imacro, new_clb);
85-
place_one_block(new_clb, device_ctx.pad_loc_type);
85+
place_one_block(new_clb, device_ctx.pad_loc_type, NULL);
8686
}
8787
}
8888

0 commit comments

Comments
 (0)