Fix configuration tests

This commit is contained in:
2024-01-15 13:05:07 +01:00
parent 454cb00ddb
commit 5391b4351d
7 changed files with 14 additions and 18 deletions

View File

@@ -71,8 +71,10 @@ public:
SC_HAS_PROCESS(DRAMSys);
DRAMSys(const sc_core::sc_module_name& name, const Config::Configuration& config);
const MemSpec& getMemSpec() const { return *memSpec; }
const AddressDecoder& getAddressDecoder() const { return *addressDecoder; }
const auto& getSimConfig() const { return simConfig; }
const auto& getMcConfig() const { return mcConfig; }
const auto& getMemSpec() const { return *memSpec; }
const auto& getAddressDecoder() const { return *addressDecoder; }
/**
* Returns true if all memory controllers are in idle state.