[core] remove the prefix of grouped memory blocks

This commit is contained in:
tangxifan 2023-10-20 21:13:37 -07:00
parent 5bae2bf54d
commit 76a4b8a82b
1 changed files with 1 additions and 1 deletions

View File

@ -1510,7 +1510,7 @@ int add_physical_memory_module(ModuleManager& module_manager,
return CMD_EXEC_SUCCESS;
}
std::string phy_mem_module_name = generate_physical_memory_module_name(
module_manager.module_name(curr_module), module_num_config_bits);
std::string(), module_num_config_bits);
VTR_LOGV(verbose, "Adding memory group module '%s' as a child to '%s'...\n",
phy_mem_module_name.c_str(),
module_manager.module_name(curr_module).c_str());