[Tool] Remove unused arguments

This commit is contained in:
tangxifan 2021-06-04 10:37:28 -06:00
parent ebe30fc070
commit adb18d28b8
1 changed files with 1 additions and 2 deletions

View File

@ -1953,7 +1953,6 @@ void print_verilog_full_testbench_configuration_chain_bitstream(std::fstream& fp
const bool& bit_value_to_skip,
const ModuleManager& module_manager,
const ModuleId& top_module,
const BitstreamManager& bitstream_manager,
const FabricBitstream& fabric_bitstream) {
/* Validate the file stream */
valid_file_stream(fp);
@ -2078,7 +2077,7 @@ void print_verilog_full_testbench_bitstream(std::fstream& fp,
fast_configuration,
bit_value_to_skip,
module_manager, top_module,
bitstream_manager, fabric_bitstream);
fabric_bitstream);
break;
case CONFIG_MEM_MEMORY_BANK:
break;