[core] fixed a critical bug which causes reg test failures when group_config_block is off
This commit is contained in:
parent
46b1de08c6
commit
c5b1918e47
|
@ -1667,8 +1667,9 @@ static void add_module_nets_cmos_memory_frame_decoder_config_bus(
|
|||
}
|
||||
|
||||
/* Add the decoder as the last configurable children */
|
||||
module_manager.add_configurable_child(parent_module, decoder_module, 0,
|
||||
config_child_type);
|
||||
module_manager.add_configurable_child(
|
||||
parent_module, decoder_module, 0,
|
||||
ModuleManager::e_config_child_type::UNIFIED);
|
||||
}
|
||||
|
||||
/*********************************************************************
|
||||
|
|
Loading…
Reference in New Issue