add more echo to log

This commit is contained in:
tangxifan 2020-01-29 18:58:57 -07:00
parent 87f1ca1151
commit f28ca3ffd0
1 changed files with 2 additions and 1 deletions

View File

@ -202,7 +202,6 @@ void print_netlist_naming_fix_report(const std::string& fname,
fp << "\t" << "</nets>" << "\n";
fp << "</netlist>" << "\n";
/* Close the file stream */
@ -245,6 +244,8 @@ void check_netlist_naming_conflict(OpenfpgaContext& openfpga_context,
print_netlist_naming_fix_report(cmd_context.option_value(cmd, opt_report),
g_vpr_ctx.atom().nlist,
openfpga_context.vpr_netlist_annotation());
VTR_LOG("Naming fix-up report is generated to file '%s'\n",
cmd_context.option_value(cmd, opt_report).c_str());
}
}
}