minor bug fix for echo

This commit is contained in:
tangxifan 2019-09-11 17:41:45 -06:00
parent 0399319212
commit 2bed51bf29
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ void print_verilog_submodule_luts(ModuleManager& module_manager,
/* Create file */
vpr_printf(TIO_MESSAGE_INFO,
"Generating Verilog netlist for LUTs (%s)...\n",
__FILE__, __LINE__, verilog_fname.c_str());
verilog_fname.c_str());
print_verilog_file_header(fp, "Look-Up Tables");