[core] fixed a critical bug which causes reg test failures when group_config_block is off

This commit is contained in:
tangxifan 2023-08-06 13:11:17 -07:00
parent 46b1de08c6
commit c5b1918e47
1 changed files with 3 additions and 2 deletions

View File

@ -1667,8 +1667,9 @@ static void add_module_nets_cmos_memory_frame_decoder_config_bus(
} }
/* Add the decoder as the last configurable children */ /* Add the decoder as the last configurable children */
module_manager.add_configurable_child(parent_module, decoder_module, 0, module_manager.add_configurable_child(
config_child_type); parent_module, decoder_module, 0,
ModuleManager::e_config_child_type::UNIFIED);
} }
/********************************************************************* /*********************************************************************