$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

[국내논문] 비휘발성 메모리 기반 캐시의 쓰기 작업 최적화를 위한 캐시 시뮬레이터 설계
Cache Simulator Design for Optimizing Write Operations of Nonvolatile Memory Based Caches 원문보기

대한임베디드공학회논문지 = IEMEK Journal of embedded systems and applications, v.11 no.2, 2016년, pp.87 - 95  

주용수 (Kookmin University) ,  김명회 (Hansol Technics) ,  한인규 (Kookmin University) ,  임성수 (Kookmin University)

Abstract AI-Helper 아이콘AI-Helper

Nonvolatile memory (NVM) is being considered as an alternative of traditional memory devices such as SRAM and DRAM, which suffer from various limitations due to the technology scaling of modern integrated circuits. Although NVMs have advantages including nonvolatility, low leakage current, and high ...

Keyword

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 본 논문에서는 전체 메모리 시스템 중 캐시에 초점을 맞추어 비휘발성 캐시를 위한 최적화 기법의 성능 평가를 지원하는 캐시 시뮬레이터의 설계를 제안하고, 제안한 시뮬레이터를 사용하여 PRAM 캐시 및 STT-RAM+PRAM 하이브리드 캐시를 구현한 사례를 소개한다.
  • 본 논문에서는 NVM 기반 캐시의 쓰기 성능, 전력 및 내구성 향상을 위한 다양한 최적화 기법을 구현하고 평가하기 위해 메모리 셀 단위로 정확한 쓰기 회수를 측정 가능한 NVM 기반 캐시 시뮬레이터의 설계를 제시하였다. 또한 기존의 캐시 시뮬레이터와 비교하여 NVM 기반 캐시 시뮬레이터에서 제공되어야 하는 주요 기능을 논의하였다.
본문요약 정보가 도움이 되었나요?

질의응답

핵심어 질문 논문에서 추출한 답변
대표적인 비휘발성 메모리는 무엇이 있는가? 대표적인 비휘발성 메모리로는 PRAM (상변화 메모리) [2], STT-RAM (스핀토크 자기메모리) [3], ReRAM (저항변화 메모리) [4] 등이 있다. 이들 메모리는 기존의 SRAM이나 DRAM과 비교하여 비휘발성, 고밀도, 낮은 누설 전류량 등의 특징을 지니고 있으며, NAND 플래시 메모리와 달리 쓰기 전 삭제 (erase-before-write) 작업이 필요치 않아 이로 인한 메모리 시스템 관리 비용 증가 및 성능 저하를 겪지 않는다.
비휘발성 메모리의 단점은? 이러한 장점에도 불구하고 비휘발성 메모리는 기존 메모리 기술과 비교하여 쓰기 작업(write operation)에서의 낮은 성능, 높은 전력소모, 최대 쓰기 횟수 제약이 심각한 단점으로 알려져 있으며, 비휘발성 메모리 시스템의 성공적인 구현을 위해서는 비휘발성 메모리의 쓰기 성능, 전력 및 내구성을 향상시킬 수 있는 다양한 최적화 기법 [5-8]의 연구가 필수적이다.
FlashSim [9], SSD extension for Disksim [10]의 한계점은? 현재 가장 널리 사용되고 있는 비휘발성 메모리인 플래시 메모리를 위한 대표적인 시뮬레이터로는 FlashSim [9], SSD extension for Disksim [10] 등이 있는데, 이들 시뮬레이터는 NAND 플래시 메모리 기반 솔리드 스테이트 드라이브(SSD)의 성능 평가를 위해 SSD 제어기의 정책에 따른 성능, 에너지 및 수명 예측 기능을 지원한다. 하지만 쓰기 회수 추적은 NAND 플래시의 페이지 및 블록 단위로만 이루어지며, 비휘발성 메모리 기반 캐시의 쓰기 작업 최적화를 위해 필요한 메모리 셀 단위의 쓰기 회수 추적 기능은 구현되어 있지 않다.
질의응답 정보가 도움이 되었나요?

참고문헌 (20)

  1. M.H. Kim, I.K. Han, Y. Joo, S.S. Lim, "Design and Implementation of Nonvolatile Memory-Based Cache Simulators," Proceedings of Korea Computer Congress, Vol. 42, No. 1, pp. 1498-1500, 2015 (in Korean). 

  2. Y. Zhang, S.B. Kim, J.P. McVittie, H. Jagannathan, J.B. Ratchford, C.E.D. Chidsey, Y. Nishi, H.S.P. Wong, "An integrated phase change memory cell with Ge nanowire diode for cross-point memory," Proceedings of IEEE Symposium on VLSI Technology, pp. 98-99, 2007. 

  3. S. Chung, K.M. Rho, H.J. Suh, D.J. Kim, H.J. Kim, S.H. Lee, J.H. Park, H.M. Hwang, S.M. Hwang, J.Y. Lee, Y.B. An, J.U. Yi, Y.H. Seo, D.H. Jung, M.S. Lee, S.H. Cho, J.N. Kim, G.J. Park, G. Jin, A.D. Smith, V. Nikitin, A. Ong, X. Tang, Y. Kim, J.S. Rho, S.K. Park, S.W. Chung, J.G. Jeong, S.J. Hong, "Fully Intergrated 54nm STT-RAM with the smallest bit cell dimension for high density memory application," Proceedings of IEEE International Electron Devices Meeting, pp. 12.7.1-12.7.4, 2010. 

  4. A. Kawahara, R. Azuma, Y. Ikeda, K. Kawai, Y. Katoh, Y. Hayakawa, K. Tsuji, S. Yoneda, A. Himeno, K. Shimakawa, T. Takagi, T. Mikawa, K. Aono, "An 8 Mb Multi-Layered Cross-Point ReRAM Macro With 443 MB/s Write Throughput," IEEE Journal of Solid-State Circuits, Vol. 48, No. 1, pp. 178-185, 2013. 

  5. J. Yue, Y. Zhu, "Accelerating write by exploiting PCM asymmetries," Proceedings of IEEE 19th International Symposium on High Performance Computer Architecture, pp. 282-293, 2013. 

  6. Y. Wang, Y. Han, L. Zhang, H. Li, X. Li, "ProPRAM: exploiting the transparent logic resources in non-volatile memory for near data computing," Proceedings of the 52nd Annual Design Automation Conference, No. 47 pp. 1-6, 2015. 

  7. R. Maddah, S. Mohammad, Seyedzadeh, R. Melhem, "CAFO: Cost aware flip optimization for asymmetric memories," Proceedings of IEEE 21st International Symposium on High Performance Computer Architecture, pp. 320-330, 2015. 

  8. J. H. Lee, "PCM Main Memory for Low Power Embedded System," IEMEK J. Embed. Sys. Appl., Vol. 10, No. 6, pp. 391-397, 2015 (in Korean). 

  9. Y. Kim, B. Tauras, A. Gupta, B. Urgaonkar, "FlashSim: A Simulator for NAND Flash-Based Solid-State Drives," Proceedings of IEEE 1st International Conference on Advances in System Simulation, pp. 125-131, 2009. 

  10. V. Prabhakaran, T. Wobber, "SSD Extension for DiskSim Simulation Environment," Microsoft Resarch, Available: http://research.microsoft.com/en-us/downloads/b41019e2-1d2b-44d8-b512-ba35ab814cd4 

  11. J. Gibson, R Kunz, D. Ofelt, M. Horowitz, J. Hennessy, M. Heinrich, "FLASH vs. (simulated) FLASH: closing the simulation loop," Proceedings of the 9th international conference on Architectural support for programming languages and operating systems, pp. 49-58, 2000. 

  12. S.A. Herrod, "Using Complete Machine Simulation to Understand Computer System Behavior," Ph.D. thesis, 1998. 

  13. P.S. Magnusson, B. Werner, "Efficient Memory Simulation in SimICS," Proceedings of the 28th Annual Simulation Symposium, pp. 62-73, 1995. 

  14. T. Austin, E. Larson, D. Ernst, "SimpleScalar: an infrastructure for computer system modeling," Proceedings of IEEE Computer, Vol. 35, No. 2, pp. 59-67, 2002. 

  15. J. Edler, M.D. Hill, Dinero IV Trace-Driven Uniprocessor Cache Simulator. Available: http://pages.cs.wisc.edu/-markhill/DineroIV 

  16. Cachegrind: a cache and branch-prediction profiler Available: http://valgrind.org/docs/ manual/cg-manual.html 

  17. M. Martonosi, A. Gupta, T. Anderson, "Tuning memory performance of sequential and parallel programs," Proceedings of IEEE Computer, Vol. 28, No. 4, pp. 32-40, 1995. 

  18. Y. Joo, D. Jiu, X. Dong, G. Sun, N. Chang, Y. Xie, "Energy- and endurance-aware design of phase change memory caches," Proceedings of the Conference on Degign, Automation and Test in Europe, pp. 136-141, 2010. 

  19. S. Cho, H. Lee, "Flip-N-Write: A Simple Deterministic Technique to Improve PRAM Write Performance, Energy and Endurance," Proceedings of IEEE 42nd Annual IEEE/ACM International Symposium on Microarchitecture, pp. 347-357, 2009. 

  20. Y. Joo, S. Park, "A Hybrid PRAM and STT-RAM Cache Architecture for Extending the Lifetime of PRAM Caches," IEEE Computer Architecture Letters, Vol. 12 No. 2, pp. 55-58, 2013. 

저자의 다른 논문 :

LOADING...

활용도 분석정보

상세보기
다운로드
내보내기

활용도 Top5 논문

해당 논문의 주제분야에서 활용도가 높은 상위 5개 콘텐츠를 보여줍니다.
더보기 버튼을 클릭하시면 더 많은 관련자료를 살펴볼 수 있습니다.

관련 콘텐츠

오픈액세스(OA) 유형

BRONZE

출판사/학술단체 등이 한시적으로 특별한 프로모션 또는 일정기간 경과 후 접근을 허용하여, 출판사/학술단체 등의 사이트에서 이용 가능한 논문

이 논문과 함께 이용한 콘텐츠

유발과제정보 저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로