Skip to content

Commit e48162d

Browse files
committed
make format
1 parent 576d441 commit e48162d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vpr/src/base/vpr_api.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,12 +1440,12 @@ bool vpr_analysis_flow(const Netlist<>& net_list,
14401440
sync_netlists_to_routing_flat();
14411441
} else {
14421442
sync_netlists_to_routing(net_list,
1443-
g_vpr_ctx.device(),
1444-
g_vpr_ctx.mutable_atom(),
1445-
g_vpr_ctx.mutable_clustering(),
1446-
g_vpr_ctx.placement(),
1447-
vpr_setup.PackerOpts.pack_verbosity > 2);
1448-
}
1443+
g_vpr_ctx.device(),
1444+
g_vpr_ctx.mutable_atom(),
1445+
g_vpr_ctx.mutable_clustering(),
1446+
g_vpr_ctx.placement(),
1447+
vpr_setup.PackerOpts.pack_verbosity > 2);
1448+
}
14491449
} else {
14501450
VTR_LOG_WARN("Synchronization between packing and routing results was not applied due to skip_sync_clustering_and_routing_results being set to true\n");
14511451
}

0 commit comments

Comments
 (0)