CMU-SAFARI / ramulator2

Ramulator 2.0 is a modern, modular, extensible, and fast cycle-accurate DRAM simulator. It provides support for agile implementation and evaluation of new memory system designs (e.g., new DRAM standards, emerging RowHammer mitigation techniques). Described in our paper https://people.inf.ethz.ch/omutlu/pub/Ramulator2_arxiv23.pdf
https://arxiv.org/abs/2308.11030
MIT License
251 stars 62 forks source link

What is the length of a read #63

Open zzczzc20 opened 2 months ago

zzczzc20 commented 2 months ago

Hi, in your SimpleO3 llc.cpp, each cache miss will issue a single read. So I assume each read is a 64 bytes read. However, I find that in many DDR configuration DQ = 16 and BL =16. So the read length should be 16 * 16 / 8 = 32 bytes. So I want to ask how does it guarantee each read is 64 bytes.