Bugfix, instantiate address decoder.
This commit is contained in:
@@ -110,6 +110,9 @@ void DRAMSysRecordable::instantiateModules(const std::string &traceName,
|
|||||||
{
|
{
|
||||||
temperatureController = std::make_unique<TemperatureController>("TemperatureController", config);
|
temperatureController = std::make_unique<TemperatureController>("TemperatureController", config);
|
||||||
|
|
||||||
|
addressDecoder = std::make_unique<AddressDecoder>(config, configLib.addressMapping);
|
||||||
|
addressDecoder->print();
|
||||||
|
|
||||||
// Create and properly initialize TLM recorders.
|
// Create and properly initialize TLM recorders.
|
||||||
// They need to be ready before creating some modules.
|
// They need to be ready before creating some modules.
|
||||||
setupTlmRecorders(traceName, configLib);
|
setupTlmRecorders(traceName, configLib);
|
||||||
|
|||||||
Reference in New Issue
Block a user