You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (auto blk_id : cluster_ctx.clb_nlist.blocks()) {
214
221
if (place_ctx.block_locs[blk_id].loc.x == INVALID_X) {
215
-
VTR_LOG("Block %s (# %d) of type %s could not be placed during initial placement iteration %d\n", cluster_ctx.clb_nlist.block_name(blk_id).c_str(), blk_id, cluster_ctx.clb_nlist.block_type(blk_id)->name, MAX_INIT_PLACE_ATTEMPTS - 1);
222
+
VTR_LOG("Block %s (# %d) of type %s could not be placed during initial placement iteration %d\n",
0 commit comments