Skip to content

Commit 576d441

Browse files
committed
apply review comments
1 parent fda7d55 commit 576d441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/base/vpr_api.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,14 +1447,14 @@ bool vpr_analysis_flow(const Netlist<>& net_list,
14471447
vpr_setup.PackerOpts.pack_verbosity > 2);
14481448
}
14491449
} else {
1450-
VTR_LOG_WARN("Sychronization between packing and routing results is not applied due to users select to skip it\n");
1450+
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
}
14521452

14531453
std::string post_routing_packing_output_file_name = vpr_setup.PackerOpts.output_file + ".post_routing";
14541454
write_packing_results_to_xml(Arch.architecture_id,
14551455
post_routing_packing_output_file_name.c_str());
14561456
} else {
1457-
VTR_LOG_WARN("Synchronization between packing and routing results is not applied due to illegal circuit implementation\n");
1457+
VTR_LOG_WARN("Synchronization between packing and routing results was not applied due to illegal circuit implementation\n");
14581458
}
14591459
VTR_LOG("\n");
14601460

0 commit comments

Comments
 (0)