You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build/opt/dramsim3_mem_ctrl.cpp: In constructor ‘DRAMsim3Memory::DRAMsim3Memory(std::string&, std::string&, int, uint32_t, const g_string&)’:
build/opt/dramsim3_mem_ctrl.cpp:82:29: error: ‘class dramsim3::MemorySystem’ has no member named ‘GetChannelMask’
channelMask = dramCore->GetChannelMask();
^~~~~~~~~~~~~~
build/opt/dramsim3_mem_ctrl.cpp:83:26: error: ‘class dramsim3::MemorySystem’ has no member named ‘GetRankMask’
rankMask = dramCore->GetRankMask();
^~~~~~~~~~~
build/opt/dramsim3_mem_ctrl.cpp:84:26: error: ‘class dramsim3::MemorySystem’ has no member named ‘GetBankMask’
bankMask = dramCore->GetBankMask();
^~~~~~~~~~~
build/opt/dramsim3_mem_ctrl.cpp:85:25: error: ‘class dramsim3::MemorySystem’ has no member named ‘GetRowMask’
rowMask = dramCore->GetRowMask();
^~~~~~~~~~
Need Help!
The text was updated successfully, but these errors were encountered:
Hi,
I faced the problem at first. You can find the solution in README.me and change your DRAMsim3 code. Also, you can download DRAMsim3 from https://github.com/zoumo4913/DRAMsim3 which is a modified version fixing the bug.
Thanks.
When using ur repo, a bug appears ----
Need Help!
The text was updated successfully, but these errors were encountered: