Fix configuration tests
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user