[core] remove the prefix of grouped memory blocks
This commit is contained in:
parent
5bae2bf54d
commit
76a4b8a82b
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue