Skip to content

Commit b95d1e3

Browse files
MohamedElgammalAlexandreSinger
MohamedElgammal
authored andcommitted
dummy commit
1 parent ad01e48 commit b95d1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/pack/re_cluster_util.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void commit_mol_move(const ClusterBlockId& old_clb,
8787
bool new_clb_created) {
8888
auto& device_ctx = g_vpr_ctx.device();
8989

90-
//Place the new cluster if this function called during placement (after the initial placement is done)
90+
//place the new cluster if this function called during placement (after the initial placement is done)
9191
if (!during_packing && new_clb_created) {
9292
int imacro;
9393
g_vpr_ctx.mutable_placement().block_locs.resize(g_vpr_ctx.placement().block_locs.size() + 1);
@@ -734,4 +734,4 @@ static void update_cluster_pb_stats(const t_pack_molecule* molecule,
734734
cur_pb = cur_pb->parent_pb;
735735
}
736736
}
737-
}
737+
}

0 commit comments

Comments
 (0)