Publications

Detailed Information

주소 재정렬을 통한 메모리 신뢰성 향상에 관한 연구 : Enhancing Memory Reliability by Address Remapping

DC Field Value Language
dc.contributor.advisor이혁재-
dc.contributor.author김문수-
dc.date.accessioned2020-05-19T08:04:25Z-
dc.date.available2020-05-19T08:04:25Z-
dc.date.issued2020-
dc.identifier.other000000160283-
dc.identifier.urihttps://hdl.handle.net/10371/168037-
dc.identifier.urihttp://dcollection.snu.ac.kr/common/orgView/000000160283ko_KR
dc.description학위논문(박사)--서울대학교 대학원 :공과대학 전기·정보공학부,2020. 2. 이혁재.-
dc.description.abstract최근, 메모리 장치의 집적도와 동작 속도가 크게 향상되면서 에러 발생률이 크게 증가하고 있다. 집적도의 향상은 메모리 cell 크기를 감소시켜 cell에 저장되어 있는 데이터의 안정성을 떨어뜨리며, 속도의 향상은 더 빠른 전압 변화를 불러와 데이터 사이의 간섭을 증가시킨다. 이러한 조건에서 한 위치에 집중적으로 읽기/쓰기 동작이 일어나면 간섭에 의해 주변 cell에서 쉽게 에러가 발생하게 된다. 본 논문은 한 위치에 집중되는 접근을 여러 위치로 분산시키는 다양한 방법을 제시한다.
가장 빈번히 사용되는 메모리 장치인 Dynamic Random Access Memory(DRAM)에서는 rowhammer error라는 현상이 문제가 된다. Rowhammer error는 인접한 row에 반복적인 접근이 일어날 때 해당 DRAM cell에 에러가 발생하는 현상이다. 이 현상은 에러 발생율이 높고 특정 부분에 집중되는 경향이 있어 기존의 DRAM에서 사용되는 error correcting code(ECC)로 해결하기 힘들다. 본 논문에서는 특정 부분에 집중되는 rowhammer error를 여러 row로 분산시키는 방법을 제시한다. DRAM module 안의 chip마다 서로 다른 address mapping을 사용함으로써, 제안하는 방법은 rowhammer error의 발생율을 감소시키고 발생한 에러를 여러 row로 분산시킨다. 그 결과, ECC로 해결하지 못하는 에러 수가 크게 감소하여 기존에 사용되는 ECC만으로도 rowhammer error를 대부분 해결할 수 있게 된다. 실험 결과 제안하는 방법은 ECC가 해결하지 못하는 uncorrectable error(UE)를 최소 95% 감소시키는 것으로 나타난다.
차세대 메모리 장치로 주목받고 있는 Phase-change Random Access Memory(PRAM)에서는 write disturbance error(WDE) 라는 현상이 문제가 된다. WDE는 한 cell에 지속적인 쓰기 동작이 발생할 때 주변 cell에서 에러가 발생하는 현상이다. 이 현상 또한 rowhammer error와 유사하게 에러 발생율이 높고 집중되는 경향이 있어 DRAM과 유사한 방법으로 에러를 분산시켜 해결할 수 있다. 본 논문에서는 PRAM에서의 WDE를 해결하기 위한 또다른 방법을 제시한다. PRAM은 비휘발성 메모리여서 endurance가 제한적이고, 이에 따라 쓰기 동작을 전체 메모리 영역에 분산시키는 wear-leveling 알고리즘을 사용한다. 기존의 wear-leveling 알고리즘은 WDE에 대한 고려 없이 설계되어 WDE를 충분히 막지 못한다. 제안하는 방법은 wear-leveling 알고리즘을 수정하여 WDE가 발생하기 전에 해당 cell에 write를 할당하는 방법으로 WDE를 막는 방법이다. 자주 접근되는 hot address에서 endurance와 WDE 문제가 발생한다는 점에서 착안해, 제안하는 방법은 hot address를 특별히 설계된 hot region에 할당한다. Hot region은 WDE에 강인하며 효과가 좋은 wear-leveling 알고리즘이 적용된다. 또한, hot region은 주기적으로 이동하여 전체 메모리 영역에 균일하게 분포되어 모든 cell이 hot region을 동일하게 경험하도록 설계된다. Hot region이 아닌 일반 메모리 영역은 간단한 linear mapping을 사용하여 하드웨어 overhead를 크게 감소시킨다. 제안하는 방법은 WDE를 80% 이상 감소시키고 wear-leveling 효과 또한 3% 이상 증가시킨다.
-
dc.description.abstractRecently, the density and operation speed of a memory device are greatly improved, resulting the reliability of the device has been severely threatened. Increased density reduces the memory cell size, reducing the stability of the data stored in the cell. Increased speed introduces faster voltage changes, increasing the interference between data. Under these conditions, when intensive read/write operations occur at one location, an error is easily occurred in the neighboring cells due to the interference. This paper presents various methods for distributing intense approaches to multiple locations.
In dynamic random access memory(DRAM), which is the most frequently used memory device, a phenomenon named as rowhammer error is emerged as a problem. Rowhammer error represents a loss of data stored in a DRAM cell caused by electromagnetic interference due to repetitive access to the same and/or adjacent rows. Due to the high error rate and concentrated occurrence of rowhammer errors in specific rows and columns, these errors cannot be corrected by the conventional error correcting code (ECC) commonly used in DRAM devices. This paper proposes a different approach to handle rowhammer errors by distributing them across different DRAM rows and columns so that the attack cells are not concentrated on specific rows and columns. By using different address mappings to different chips and arrays in a DIMM, the proposed remapping effectively distributes errors over different rows and columns. As a result, the proposed remapping scheme decreases the possibility of multiple errors in a single word, and consequently, reduces uncorrectable errors under single error or single symbol correcting ECC.
In phase-change random access memory(PRAM), which is one of the most promising next-generation memory devices, a phenomenon called write disturbance error(WDE) becomes a problem. WDE is a phenomenon in which an error occurs in adjacent cells when intensive write operations occur in a cell. This phenomenon is similar to rowhammer error in DRAM and thus, it can be solved by distributing the errors in a manner similar to DRAM address remapping. Moreover, we present another method for solving WDE in PRAM. PRAM is a non-volatile memory with limited cell endurance, and thus uses a wear-leveling algorithm to distribute write operations over the entire memory space. Existing wear-leveling algorithms are designed without considering WDE and cannot efficiently remove WDE. The proposed method is to prevent the WDE by modifying the wear-leveling algorithm to assign write operation to the cell before the WDE occurs. From the observation that the write disturbance errors and short endurance issues mostly take place in hot addressed cells, the proposed algorithm first detects hot addresses and maps them to hot regions, which are customized memory regions designed to be robust to write disturbance errors and to support effective wear-leveling. The hot region is not fixed to a specific part, but it moves over an entire memory space to make every cell belong to hot region in a uniform manner. On the other hand, the cold addresses are mapped in a normal memory region by simple linear mapping to reduce the hardware overhead. The proposed algorithm reduces the write disturbance errors by more than 80% and the wear-leveling performance is also enhanced by more than 3% compared to other wear-leveling algorithms.
-
dc.description.tableofcontents제 1 장 서 론 1
1.1 연구 배경 1
1.2 연구 내용 5
1.3 논문 구성 7
제 2 장 관련 연구 8
2.1 DRAM의 구조 및 접근 방법 8
2.2 DRAM rowhammer attack 관련 연구 10
2.3 DRAM rowhammer error solution 관련 연구 12
2.4 PRAM 구조 및 접근 방법 13
2.5 PRAM write disturbance error 관련 연구 15
2.6 PRAM wear-leveling 알고리즘 관련 연구 17
제 3 장 Rowhammer Error를 줄이는 DRAM Address Remapping 19
3.1 rowhammer error의 특징 19
3.2 DRAM address remapping overview 23
3.3 DRAM Address remapping 조건 분석 26
3.4 조건을 만족시키는 Remapping Matrix 도출 31
3.5 Remapping Matrix의 적용 36
3.6 실험 환경 구성 39
3.7 실험 결과 44
제 4 장 Write Disturbance Error를 줄이는 PRAM Address Remapping 56
4.1 WDE와 rowhammer error의 유사성 56
4.2 실험 결과 59
제 5 장 Write Disturbance Error를 줄이는 PRAM wear-leveling 알고리즘 62
5.1 wear-leveling 알고리즘과 WDE의 관련성 62
5.2 PRAM wear-leveling 알고리즘 overview 64
5.3 hot region의 구조 및 hot address mapping 67
5.4 hot address mapping 70
5.5 normal address mapping 74
5.6 WDE 제거 조건 77
5.7 실험 결과 82
5.8 다른 연구와의 비교 87
제 6 장 결 론 90
참고문헌 93
Abstract 98
-
dc.language.isokor-
dc.publisher서울대학교 대학원-
dc.subject.ddc621.3-
dc.title주소 재정렬을 통한 메모리 신뢰성 향상에 관한 연구-
dc.title.alternativeEnhancing Memory Reliability by Address Remapping-
dc.typeThesis-
dc.typeDissertation-
dc.contributor.AlternativeAuthorMoonsoo Kim-
dc.contributor.department공과대학 전기·정보공학부-
dc.description.degreeDoctor-
dc.date.awarded2020-02-
dc.identifier.uciI804:11032-000000160283-
dc.identifier.holdings000000000042▲000000000044▲000000160283▲-
Appears in Collections:
Files in This Item:

Altmetrics

Item View & Download Count

  • mendeley

Items in S-Space are protected by copyright, with all rights reserved, unless otherwise indicated.

Share