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
Hi, I am facing the following error when trying to simulate with LPDDR4
Fatal: DramLPDDR4: DRAMPower does not support LPDDR4
In file: /home/yijieleem/DRAMSys/src/libdramsys/DRAMSys/simulation/dram/DramLPDDR4.cpp:47
I used DRAMSys 5.0 and DRAMPower 5.0rc1
The configuration as below:
"addressmapping": "am_lpddr4_8Gbx16_brc.json",
"mcconfig": "fr_fcfs.json",
"memspec": "JEDEC_8Gb_LPDDR4-3200_16bit.json",
"simconfig": "example.json",
everything remain defaulted except for the refresh policy inside fr_fcfs.json, which i changed to "PerBank"
The text was updated successfully, but these errors were encountered:
Hey, the problem is that DRAMSys still uses the older version of DRAMPower, which did not support LPDDR4. But you can try to integrate DRAMPower 5.0 into DRAMSys. We will also provide an update soon.
Hi, I am facing the following error when trying to simulate with LPDDR4
Fatal: DramLPDDR4: DRAMPower does not support LPDDR4
In file: /home/yijieleem/DRAMSys/src/libdramsys/DRAMSys/simulation/dram/DramLPDDR4.cpp:47
I used DRAMSys 5.0 and DRAMPower 5.0rc1
The configuration as below:
"addressmapping": "am_lpddr4_8Gbx16_brc.json",
"mcconfig": "fr_fcfs.json",
"memspec": "JEDEC_8Gb_LPDDR4-3200_16bit.json",
"simconfig": "example.json",
everything remain defaulted except for the refresh policy inside fr_fcfs.json, which i changed to "PerBank"
The text was updated successfully, but these errors were encountered: