[TC] Exploiting Refresh Effect of DRAM Read Operations: A Practical Ap…

SMRL 0 17,968

Young-Ho Gong and Sung Woo Chung, "Exploiting Refresh Effect of DRAM Read Operations: A Practical Approach to Low-power Refresh", IEEE Transactions on Computers, vol. 65, no. 5, pp. 1507-1517, May 2016.

 

 

Abstract

Dynamic random access memory (DRAM) requires periodic refresh operations to retain its data. In practice, DRAM retention times are normally distributed from 64ms to several seconds. However, the conventional refresh method uses 64ms as the refresh interval, since it applies the same refresh interval to all DRAM rows. Thus, the conventional refresh method results in unnecessary refresh operations (eventually, energy waste) to the DRAM rows whose retention times are longer than 64ms. In this paper, we propose a practical refresh scheme that exploits refresh effect of DRAM read operations to reduce refresh overhead. Our proposed scheme applies a refresh interval longer than the conventional refresh interval (64ms) to the DRAM chip. In this case, weak DRAM rows (DRAM rows whose retention times are shorter than the refresh interval of the DRAM chip) cannot retain their data. In order to retain the data stored in the weak DRAM rows, the memory controller issues read operations to the weak DRAM rows every required refresh interval for the weak DRAM rows. Our evaluation results show that our proposed scheme with 192ms refresh interval reduces average refresh energy consumption up to 66.0%, which in turn reduces average DRAM energy consumption up to 31.8%, compared to the conventional refresh method (64ms). Our proposed scheme requires no modification to internal DRAM chip structures, but it only adds a small weak row buffer (the buffer for the weak row information) to the memory controller, which has a negligible area overhead.


 

Comments