File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1482,19 +1482,19 @@ bool vpr_analysis_flow(const Netlist<>& net_list,
14821482 * for packer (default verbosity is set to 2 for compact logs)
14831483 */
14841484 if (route_status.success ()) {
1485- if (is_flat) {
1486- sync_netlists_to_routing_flat ();
1487- } else {
1488- if (!analysis_opts.skip_sync_clustering_and_routing_results ) {
1489- sync_netlists_to_routing (net_list,
1490- g_vpr_ctx.device (),
1491- g_vpr_ctx.mutable_atom (),
1492- g_vpr_ctx.mutable_clustering (),
1493- g_vpr_ctx.placement (),
1494- vpr_setup.PackerOpts .pack_verbosity > 2 );
1485+ if (!analysis_opts.skip_sync_clustering_and_routing_results ) {
1486+ if (is_flat) {
1487+ sync_netlists_to_routing_flat ();
14951488 } else {
1496- VTR_LOG_WARN (" Sychronization between packing and routing results is not applied due to users select to skip it\n " );
1489+ sync_netlists_to_routing (net_list,
1490+ g_vpr_ctx.device (),
1491+ g_vpr_ctx.mutable_atom (),
1492+ g_vpr_ctx.mutable_clustering (),
1493+ g_vpr_ctx.placement (),
1494+ vpr_setup.PackerOpts .pack_verbosity > 2 );
14971495 }
1496+ } else {
1497+ VTR_LOG_WARN (" Sychronization between packing and routing results is not applied due to users select to skip it\n " );
14981498 }
14991499
15001500 std::string post_routing_packing_output_file_name = vpr_setup.PackerOpts .output_file + " .post_routing" ;
You can’t perform that action at this time.
0 commit comments