umd-memsys / DRAMSim2

DRAMSim2: A cycle accurate DRAM simulator
http://www.ece.umd.edu/~blj/papers/cal10-1.pdf
255 stars 151 forks source link

About the ECC functionality in DRAMSim2 #50

Closed MichaelTong closed 9 years ago

MichaelTong commented 9 years ago

I'm wondering if you have implemented the Error Correcting Code in DRAMSim2? I'm still looking into the codes but it seems to be a huge work to do. I really appreciate it if you can tell me!

dramninjasUMD commented 9 years ago

Sorry that these issues have gone unanswered. Since DRAMSim2 typically doesn't store data, we don't model ECC. You could change the bus with to 72 bits and insert a delay in the memory controller to model the latency and data transfer, but there isn't that much value in actually doing ECC computations in a performance simulator in my opinion.