JP2018195359A - Memory cell, memory module, information processing device and error correction method of memory cell - Google Patents

Memory cell, memory module, information processing device and error correction method of memory cell Download PDF

Info

Publication number
JP2018195359A
JP2018195359A JP2017097095A JP2017097095A JP2018195359A JP 2018195359 A JP2018195359 A JP 2018195359A JP 2017097095 A JP2017097095 A JP 2017097095A JP 2017097095 A JP2017097095 A JP 2017097095A JP 2018195359 A JP2018195359 A JP 2018195359A
Authority
JP
Japan
Prior art keywords
data
electrode
memory cell
transistor
memory
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2017097095A
Other languages
Japanese (ja)
Other versions
JP6915372B2 (en
JP2018195359A5 (en
Inventor
淳司 三木
Junji Miki
淳司 三木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2017097095A priority Critical patent/JP6915372B2/en
Publication of JP2018195359A publication Critical patent/JP2018195359A/en
Publication of JP2018195359A5 publication Critical patent/JP2018195359A5/ja
Application granted granted Critical
Publication of JP6915372B2 publication Critical patent/JP6915372B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To provide a memory cell, a memory module, an information processing device and an error correction method of the memory cell capable of suppressing an increase in latency without requiring a refresh operation after checking writing of data to a memory.SOLUTION: A memory cell comprises: a capacitor 3 including a stacked first electrode 31, a second electrode 32 and a third electrode 33 and capable of accumulating electric charges between the first electrode and the second electrode and between the second electrode and the third electrode; a first transistor 1 including a control terminal G connected to a control line wl, a first terminal S connected to a data signal line bl, and a second terminal D connected to the first electrode 31; and a second transistor 2 including a control terminal G connected to a control line cwl for data checking, a first terminal S connected to the second electrode 32, and a second terminal D connected to a predetermined potential line GND. The third electrode is connected to a signal line cbl for data checking.SELECTED DRAWING: Figure 7

Description

この出願で言及する実施例は、メモリセル、メモリモジュール、情報処理装置およびメモリセルのエラー訂正方法に関する。   The embodiments referred to in this application relate to a memory cell, a memory module, an information processing apparatus, and a memory cell error correction method.

従来、メモリ(例えば、DRAM:Dynamic Random Access Memory)からのデータ読み出し時には、エラー検出訂正コード(ECC:Error Check and Correct Code,Error Correction Code)を付加することで、外乱によるビット反転などのエラーを訂正できるようにしている。   Conventionally, when data is read from a memory (for example, DRAM: Dynamic Random Access Memory), an error detection and correction code (ECC: Error Check and Correct Code, Error Correction Code) is added to prevent errors such as bit inversion due to disturbance. I am trying to correct it.

ところで、訂正符号の性質上、訂正可能なビット数には上限があり、この訂正可能上限ビット数以下のエラーを訂正可能エラー(CE:Correctable Error)と呼び、訂正可能上限ビット数を超過したエラーを訂正不能エラー(UE:Uncorrectable Error)と呼ぶ。なお、CEおよびUEは、読み出し時にECCをチェックする回路(ECCD:ECC Decoder)を経由することで検出する。   By the way, due to the nature of the correction code, there is an upper limit to the number of bits that can be corrected. Is called Uncorrectable Error (UE). The CE and the UE are detected by passing through a circuit (ECCD: ECC Decoder) that checks the ECC at the time of reading.

ここで、CEであれば、ECCD内部で訂正し、CPU(Central Processing Unit)へ転送することができる。しかしながら、UEの場合には、ECCDから訂正不能フラグをCPUへ送信し、エラーデータを破棄する。そして、ECCDから訂正不能フラグを受信したCPUは、処理を中断するか、或いは、UEとなったデータをメモリ書き込みから再実行する(以下、UEリトライとも称する)。このとき、UEリトライは、通常のデータ転送に比べて2倍の時間を要する。   Here, the CE can be corrected in the ECCD and transferred to a CPU (Central Processing Unit). However, in the case of the UE, an uncorrectable flag is transmitted from the ECCD to the CPU, and the error data is discarded. Then, the CPU that has received the uncorrectable flag from the ECCD interrupts processing, or re-executes data that has become a UE from memory writing (hereinafter also referred to as UE retry). At this time, the UE retry takes twice as long as the normal data transfer.

すなわち、メモリの構造上、書き込みと読み出しで共通のバスを使用するため、例えば、UE判定の読み出しと、本来のデータの読み書きを並列処理できないからである。さらに、書き込み時と読み出し時のどちらでUEとなったか判別できないため、書き込み時のUEと読み出し時のUEのいずれの場合においても、メモリへの書き込みから再実行することが求められる。   That is, because a common bus is used for writing and reading because of the structure of the memory, for example, reading of UE determination and reading and writing of original data cannot be performed in parallel. Furthermore, since it cannot be determined whether the UE has been written or read, it is required to re-execute from writing to the memory in both the UE at the time of writing and the UE at the time of reading.

ところで、従来、メモリセルの構造を改良したメモリやメモリモジュールとしては、様々な提案がなされている。   By the way, conventionally, various proposals have been made for memories and memory modules having an improved memory cell structure.

特開平06−119773号公報Japanese Patent Laid-Open No. 06-119773 特開平05−152537号公報JP 05-152537 A 特開2006−318132号公報JP 2006-318132 A

上述したように、例えば、CPUからメモリへのデータ書き込みと、UE判定のためのデータ読み出しのバス競合を避けるために、データチェック用バスを設けることが考えられる。   As described above, for example, in order to avoid bus contention between data writing from the CPU to the memory and data reading for UE determination, it is conceivable to provide a data check bus.

しかしながら、例えば、メモリ(メモリセル)に対してデータを書き込んだ後、データエラーチェックを行うと、キャパシタの電荷が放電されるため、リフレッシュ処理を行うことになる。すなわち、例えば、CPUがメモリからデータを読み出す場合、データチェック後と通常のデータ読み出し後の計2回リフレッシュ処理が必要になり、レイテンシの増加を招く虞がある。   However, for example, when a data error check is performed after data is written to the memory (memory cell), the capacitor charge is discharged, and thus a refresh process is performed. That is, for example, when the CPU reads data from the memory, refresh processing is required twice in total after data check and after normal data read, which may increase latency.

一実施形態によれば、積層された第1電極,第2電極および第3電極を含み、前記第1電極と前記第2電極間、並びに、前記第2電極と前記第3電極間に電荷を蓄積可能なキャパシタと、第1トランジスタと、第2トランジスタとを有するメモリセルが提供される。   According to one embodiment, the first electrode, the second electrode, and the third electrode are stacked, and a charge is charged between the first electrode and the second electrode, and between the second electrode and the third electrode. A memory cell is provided having a storable capacitor, a first transistor, and a second transistor.

前記第1トランジスタは、制御線に接続された制御端子、データ信号線に接続された第1端子および前記第1電極に接続された第2端子を含む。前記第2トランジスタは、データチェック用制御線に接続された制御端子、前記第2電極に接続された第1端子および所定電位線に接続された第2端子を含む。前記第3電極は、データチェック用信号線に接続される。   The first transistor includes a control terminal connected to a control line, a first terminal connected to a data signal line, and a second terminal connected to the first electrode. The second transistor includes a control terminal connected to a data check control line, a first terminal connected to the second electrode, and a second terminal connected to a predetermined potential line. The third electrode is connected to a data check signal line.

開示のメモリセル、メモリモジュール、情報処理装置およびメモリセルのエラー訂正方法は、メモリに対するデータの書き込みチェック後のリフレッシュ動作を不要としてレイテンシの増加を抑えることができるという効果を奏する。   The disclosed memory cell, memory module, information processing apparatus, and memory cell error correction method have an effect of suppressing an increase in latency without requiring a refresh operation after a data write check on the memory.

図1は、関連技術のメモリセルの一例を示す回路図である。FIG. 1 is a circuit diagram showing an example of a memory cell of related technology. 図2は、図1に示すメモリセルを適用したメモリセルアレイの一例を示すブロック図である。FIG. 2 is a block diagram showing an example of a memory cell array to which the memory cell shown in FIG. 1 is applied. 図3は、一般的なメモリモジュールの構成例を模式的に示すブロック図である。FIG. 3 is a block diagram schematically illustrating a configuration example of a general memory module. 図4は、図2に示すメモリセルアレイを適用したメモリモジュールの一例を模式的に示すブロック図である。FIG. 4 is a block diagram schematically showing an example of a memory module to which the memory cell array shown in FIG. 2 is applied. 図5は、図1に示すメモリセルを適用したメモリセルアレイの他の例を示すブロック図である。FIG. 5 is a block diagram showing another example of a memory cell array to which the memory cell shown in FIG. 1 is applied. 図6は、図5に示すメモリセルアレイを適用したメモリモジュールの一例を模式的に示すブロック図である。FIG. 6 is a block diagram schematically showing an example of a memory module to which the memory cell array shown in FIG. 5 is applied. 図7は、本実施例のメモリセルを示す回路図である。FIG. 7 is a circuit diagram showing the memory cell of this embodiment. 図8は、図1に示すメモリセルにおける電荷状態の遷移を説明するための図である。FIG. 8 is a diagram for explaining the transition of the charge state in the memory cell shown in FIG. 図9は、図7に示すメモリセルにおける電荷状態の遷移を説明するための図である。FIG. 9 is a diagram for explaining the transition of the charge state in the memory cell shown in FIG. 図10は、図1に示すメモリセルを適用したメモリにおけるデータ書き込み動作を説明するための図である。FIG. 10 is a diagram for explaining a data write operation in a memory to which the memory cell shown in FIG. 1 is applied. 図11は、図1に示すメモリセルを適用したメモリにおけるデータ読み出し動作を説明するための図である。FIG. 11 is a diagram for explaining a data read operation in a memory to which the memory cell shown in FIG. 1 is applied. 図12は、図7に示すメモリセルを適用したメモリにおけるデータ書き込み動作を説明するための図である。FIG. 12 is a diagram for explaining a data write operation in a memory to which the memory cell shown in FIG. 7 is applied. 図13は、図7に示すメモリセルを適用したメモリにおけるデータ読み出し動作を説明するための図である。FIG. 13 is a diagram for explaining a data read operation in a memory to which the memory cell shown in FIG. 7 is applied. 図14は、本実施例の情報処理装置の一例を示すブロック図である。FIG. 14 is a block diagram illustrating an example of the information processing apparatus according to this embodiment. 図15は、本実施例の情報処理装置の他の例を示すブロック図である。FIG. 15 is a block diagram illustrating another example of the information processing apparatus according to this embodiment.

まず、メモリセル、メモリモジュール、情報処理装置およびメモリセルのエラー訂正方法の実施例を詳述する前に、メモリセルの一例、並びに、一般的なメモリモジュールおよびその変形例を、図1〜図6を参照して説明する。   First, before describing embodiments of a memory cell, a memory module, an information processing apparatus, and a memory cell error correction method in detail, an example of a memory cell, a general memory module, and a modification thereof will be described with reference to FIGS. This will be described with reference to FIG.

図1は、関連技術のメモリセルの一例を示す回路図であり、バス競合を回避することができるメモリセルmcの一例を示すものである。すなわち、図1に示すメモリセルmcは、2つのトランジスタ101,102並びにキャパシタ103を含み、例えば、CPUからメモリへのデータ書き込みと、UE(訂正不能エラー)判定のためのデータ読み出しのバス競合を避けるようになっている。ここで、トランジスタ101および102は、それぞれnチャネル型MOSトランジスタで形成され、キャパシタ103は、誘電体層133を2つの電極131および132で挟むようにして形成されるが、それらに限定されるものではない。   FIG. 1 is a circuit diagram showing an example of a memory cell of related technology, and shows an example of a memory cell mc that can avoid bus contention. In other words, the memory cell mc shown in FIG. 1 includes two transistors 101 and 102 and a capacitor 103. For example, a bus conflict between data writing from the CPU to the memory and data reading for UE (uncorrectable error) determination. Try to avoid. Here, the transistors 101 and 102 are each formed by an n-channel MOS transistor, and the capacitor 103 is formed by sandwiching the dielectric layer 133 between the two electrodes 131 and 132, but is not limited thereto. .

トランジスタ101のゲートGには、制御線wlが接続され、トランジスタ101のソースSには、データ信号線blが接続されている。また、トランジスタ101のドレインDには、キャパシタ103の一方の電極131およびトランジスタ102のソースSが接続されている。さらに、トランジスタ102のゲートGには、データチェック用制御線cwlが接続され、トランジスタ102のドレインDには、データチェック用信号線cblが接続されている。なお、キャパシタ103の他方の電極132は、接地(GND)されている。   A control line wl is connected to the gate G of the transistor 101, and a data signal line bl is connected to the source S of the transistor 101. In addition, one electrode 131 of the capacitor 103 and the source S of the transistor 102 are connected to the drain D of the transistor 101. Further, the data check control line cwl is connected to the gate G of the transistor 102, and the data check signal line cbl is connected to the drain D of the transistor 102. The other electrode 132 of the capacitor 103 is grounded (GND).

すなわち、メモリセルmcには、例えば、CPUからメモリ(DRAM)に対するデータ書き込み用バス(データ信号線bl)およびチェック用バス(データチェック用信号線cbl)が設けられ、それぞれトランジスタ101および102により制御される。   That is, for example, a data write bus (data signal line bl) and a check bus (data check signal line cbl) from the CPU to the memory (DRAM) are provided in the memory cell mc, which are controlled by the transistors 101 and 102, respectively. Is done.

図2は、図1に示すメモリセルを適用したメモリセルアレイの一例を示すブロック図であり、データチェック専用線(cbl,cwl)を有するメモリアレイの構成例を示すものである。なお、図2では、3つのメモリセルmc1〜mc3のみ描かれているが、実際には、多数のメモリセルmcがマトリクス状に配置されるのはいうまでもない。   FIG. 2 is a block diagram showing an example of a memory cell array to which the memory cell shown in FIG. 1 is applied, and shows a configuration example of a memory array having data check dedicated lines (cbl, cwl). In FIG. 2, only three memory cells mc1 to mc3 are illustrated, but it goes without saying that a large number of memory cells mc are actually arranged in a matrix.

図2に示すメモリセルアレイは、通常のメモリ(DRAM)と同様に、制御線wl(wl1〜wl3)によるデータアクセスのためのメモリアドレス制御を行う。さらに、データ信号線bl(bl1〜bl3)によってメモリセルmc(mc1〜mc3)への書き込みを行った後、データチェック用制御線cwl(cw1〜cw3)とデータチェック用信号線cbl(cbl1〜cbl3)によるメモリのチェックを行う。このように、信号線をデータ信号線blとデータチェック用信号線cblに分けることでバスの競合を回避するようになっている。   The memory cell array shown in FIG. 2 performs memory address control for data access by the control lines wl (wl1 to wl3) in the same manner as a normal memory (DRAM). Further, after writing to the memory cells mc (mc1 to mc3) by the data signal lines bl (bl1 to bl3), the data check control lines cwl (cw1 to cw3) and the data check signal lines cbl (cbl1 to cbl3) are performed. ) Check memory. In this way, by dividing the signal line into the data signal line bl and the data check signal line cbl, bus contention is avoided.

図3は、一般的なメモリモジュールの構成例を模式的に示すブロック図であり、図4は、図2に示すメモリセルアレイを適用したメモリモジュールの一例を模式的に示すブロック図である。なお、図3および図4は、DIMM(Dual Inline Memory Module)を模式的に示すものであり、データ信号線bl(データチェック用信号線cbl)を11本として描き、制御線wl(データチェック用制御線cwl)を1本として描いている。   FIG. 3 is a block diagram schematically showing a configuration example of a general memory module, and FIG. 4 is a block diagram schematically showing an example of a memory module to which the memory cell array shown in FIG. 2 is applied. 3 and 4 schematically show a DIMM (Dual Inline Memory Module). The data signal line bl (data check signal line cbl) is drawn as 11 lines, and the control line wl (data check line) is shown. The control line cwl) is drawn as one line.

図1および図2を参照して説明したように、バス競合を回避することができるメモリセルmcでは、4種類の信号線bl,wl,cbl,cwlが使用される。そのため、図4に示されるように、図2に示すメモリセルアレイを適用したメモリモジュールでは、図3の一般的なメモリモジュールに対して、2倍の信号線が使用されることになり、バス幅の増大を来すことになる。   As described with reference to FIGS. 1 and 2, in the memory cell mc capable of avoiding bus contention, four types of signal lines bl, wl, cbl, and cwl are used. Therefore, as shown in FIG. 4, in the memory module to which the memory cell array shown in FIG. 2 is applied, twice as many signal lines are used as compared with the general memory module shown in FIG. Will increase.

これは、メモリモジュール(DIMM)のピン数の増加だけでなく、例えば、CPUでも、同様にバスを増設することが求められる。さらに、内蔵メモリとして適用する場合でも、バス幅の増大を来すのは同様であり、チップ面積の増大によるコスト上昇等を招くことになる。   This is not only an increase in the number of pins of the memory module (DIMM) but also, for example, a CPU is required to add a bus in the same manner. Furthermore, even when applied as a built-in memory, it is the same that the bus width is increased, which leads to an increase in cost due to an increase in chip area.

図5は、図1に示すメモリセルを適用したメモリセルアレイの他の例を示すブロック図であり、チェック回路(チェックサム生成回路)CCを内蔵したメモリセルアレイを示すものである。図6は、図5に示すメモリセルアレイを適用したメモリモジュールの一例を模式的に示すブロック図である。   FIG. 5 is a block diagram showing another example of a memory cell array to which the memory cell shown in FIG. 1 is applied, and shows a memory cell array incorporating a check circuit (checksum generation circuit) CC. FIG. 6 is a block diagram schematically showing an example of a memory module to which the memory cell array shown in FIG. 5 is applied.

図5および図6と、前述した図2および図4の比較から明らかなように、チェック回路CCを内蔵したメモリセルアレイを適用したメモリモジュール(DIMM)では、例えば、11本のデータチェック用信号線cblを1本に低減することが可能なのが分かる。すなわち、メモリモジュール内にチェックサム生成回路(チェック回路)を増設することで、メモリモジュール内で複数のcbl(cbl1〜cbl3)を1つの信号線clにまとめてCPUに接続する。この手法を適用することにより、メモリモジュールのピン数(CPUのバス幅)を低減することができ、例えば、図3に示す一般的なDIMMに対してわずかな数の信号線を増設するだけでよいことになる。   As is clear from comparison between FIGS. 5 and 6 and FIGS. 2 and 4 described above, in the memory module (DIMM) to which the memory cell array incorporating the check circuit CC is applied, for example, 11 data check signal lines It can be seen that cbl can be reduced to one. That is, by adding a checksum generation circuit (check circuit) in the memory module, a plurality of cbls (cbl1 to cbl3) are combined into one signal line cl and connected to the CPU in the memory module. By applying this method, the number of pins of the memory module (CPU bus width) can be reduced. For example, only a few signal lines are added to the general DIMM shown in FIG. It will be good.

さらに、ECC(エラー検出訂正コード)とチェックサムの2種類のエラーチェックコードを用いることで、メモリへのデータ書き込み時のエラー、並びに、メモリからのデータ読み出し時のエラーを切り分けることが可能となる。すなわち、チェックサムによる検査時点でエラーを検出した場合には、書き込み時のエラーであり、ECCでエラー検出した場合には、読み出し時のエラーであると判別することができる。   Furthermore, by using two types of error check codes, ECC (error detection and correction code) and checksum, it is possible to distinguish between errors when writing data to the memory and errors when reading data from the memory. . In other words, when an error is detected at the time of checking by a checksum, it can be determined that the error is at the time of writing, and when an error is detected by ECC, it is an error at the time of reading.

しかしながら、図1に示すメモリセルを適用すると、例えば、データエラーチェックにより生じるレイテンシの増加を根本的に解決したことにはならない。すなわち、図1のメモリセルにおいて、データエラーチェックを行う場合、キャパシタ103の電荷が放電されることになるためリフレッシュ処理が必要となり、この間、通常のデータ読み書きの処理を実行することが困難になる。換言すると、図1に示すメモリセル構造を適用した場合、例えば、CPUがメモリからデータを読み出す際に、データチェック後と通常のデータ読み出し後の計2回リフレッシュ処理が必要になり、レイテンシの増加を招くことになる。   However, application of the memory cell shown in FIG. 1 does not fundamentally solve the increase in latency caused by, for example, data error check. That is, in the memory cell of FIG. 1, when performing a data error check, the capacitor 103 is discharged, so a refresh process is required, and during this time, it is difficult to execute a normal data read / write process. . In other words, when the memory cell structure shown in FIG. 1 is applied, for example, when the CPU reads data from the memory, a refresh process is required twice in total after the data check and after the normal data read, resulting in an increase in latency. Will be invited.

以下、メモリセル、メモリモジュール、情報処理装置およびメモリセルのエラー訂正方法の実施例を、添付図面を参照して詳述する。図7は、本実施例のメモリセルを示す回路図である。図7に示されるように、本実施例のメモリセルMCは、2つのトランジスタ1,2および三重構造のキャパシタ3を含む。   Hereinafter, embodiments of a memory cell, a memory module, an information processing apparatus, and a memory cell error correction method will be described in detail with reference to the accompanying drawings. FIG. 7 is a circuit diagram showing the memory cell of this embodiment. As shown in FIG. 7, the memory cell MC of this embodiment includes two transistors 1 and 2 and a triple capacitor 3.

すなわち、キャパシタ3は、積層された第1電極(導体)31,第2電極32および第3電極33を含む三重構造とされ、第1電極31と第2電極32間には、第1誘電体層34が設けられ、第2電極32と第3電極33間には、第2誘電体層35が設けられている。ここで、電極31〜33は、例えば、アルミニウムや銅といった金属、或いは、ポリシリコン等の導電性物質で形成され、また、誘電体層34,35は、例えば、酸化シリコンや窒化シリコン等の誘電体物質で形成される。   That is, the capacitor 3 has a triple structure including the stacked first electrode (conductor) 31, second electrode 32, and third electrode 33, and the first dielectric 31 is interposed between the first electrode 31 and the second electrode 32. A layer 34 is provided, and a second dielectric layer 35 is provided between the second electrode 32 and the third electrode 33. Here, the electrodes 31 to 33 are made of, for example, a metal such as aluminum or copper, or a conductive material such as polysilicon, and the dielectric layers 34 and 35 are made of dielectric such as silicon oxide or silicon nitride. Formed with body material.

トランジスタ(第1トランジスタ)1およびトランジスタ(第2トランジスタ)2は、例えば、nチャネル型MOSトランジスタで形成されるが、これに限定されないのはもちろんである。トランジスタ1において、ゲート(制御端子)Gは、制御線wlに接続され、ソース(第1端子)Sは、データ信号線blに接続され、そして、ドレイン(第2端子)Dは、キャパシタ3の第1電極31に接続されている。また、トランジスタ2において、ゲートGは、データチェック用制御線cwlに接続され、ソースSは、キャパシタ3の第2電極32に接続され、そして、ドレインDは、接地線(所定電位線)GNDに接続されている。ここで、キャパシタ3の第3電極33は、データチェック用信号線cblに接続されている。   The transistor (first transistor) 1 and the transistor (second transistor) 2 are formed of, for example, n-channel MOS transistors, but are not limited thereto. In the transistor 1, the gate (control terminal) G is connected to the control line wl, the source (first terminal) S is connected to the data signal line bl, and the drain (second terminal) D is connected to the capacitor 3. The first electrode 31 is connected. In the transistor 2, the gate G is connected to the data check control line cwl, the source S is connected to the second electrode 32 of the capacitor 3, and the drain D is connected to the ground line (predetermined potential line) GND. It is connected. Here, the third electrode 33 of the capacitor 3 is connected to the data check signal line cbl.

図8は、図1に示すメモリセルにおける電荷状態の遷移を説明するための図であり、図9は、図7に示すメモリセルにおける電荷状態の遷移を説明するための図である。すなわち、図7に示す本実施例のメモリセルMCの動作を、図1に示す関連技術のメモリセルの動作と比較して説明する。ここで、図8(a)および図9(a)は、データチェック前の充電状態を示し、図8(b)および図9(b)は、データチェック後の放電状態を示し、図8(c)は、リフレッシュ後の充電状態を示し、そして、図8(d)および図9(c)は、データ読み出し後の放電状態を示す。なお、以下の説明では、トランジスタ1,2および101,102をnチャネル型MOSトランジスタとして説明するが、トランジスタの導電型および種類、並びに、制御信号のレベル等は、様々に変形および変更が可能なのはいうまでもない。   FIG. 8 is a diagram for explaining the transition of the charge state in the memory cell shown in FIG. 1, and FIG. 9 is a diagram for explaining the transition of the charge state in the memory cell shown in FIG. That is, the operation of the memory cell MC of this embodiment shown in FIG. 7 will be described in comparison with the operation of the memory cell of the related art shown in FIG. Here, FIGS. 8A and 9A show the state of charge before the data check, FIGS. 8B and 9B show the state of discharge after the data check, and FIG. c) shows the state of charge after refresh, and FIGS. 8 (d) and 9 (c) show the state of discharge after data reading. In the following description, the transistors 1, 2, 101, and 102 are described as n-channel MOS transistors. However, the conductivity type and type of the transistors, the level of the control signal, and the like can be variously modified and changed. Needless to say.

最初に、図8(a)〜図8(d)を参照して、キャパシタ103が2枚の電極131,132の図1に示すメモリセルmcの動作を説明する。まず、データ書き込みは、例えば、データチェック用制御線cwlを低レベル『L』として、トランジスタ102をオフする。そして、一般的なDRAMセルと同様に、制御線wlを高レベル『H』として、トランジスタ101をオンし、データ信号線blと接地線GND間の電位差によりキャパシタ103に電荷を蓄積してデータ書き込みを行い、この状態を初期状態とする。なお、メモリセルmcに対するデータの書き込みを行った後、wlを『L』としてトランジスタ101もオフする。すなわち、図8(a)に示されるように、初期状態では、例えば、データ『1』に相当する充電状態(データチェック前の充電状態)となっており、キャパシタ103の電極131と132の間(誘電体層133)には、電荷が蓄積されている。   First, the operation of the memory cell mc shown in FIG. 1 in which the capacitor 103 has two electrodes 131 and 132 will be described with reference to FIGS. 8 (a) to 8 (d). First, in data writing, for example, the data check control line cwl is set to a low level “L”, and the transistor 102 is turned off. Then, like a general DRAM cell, the control line wl is set to a high level “H”, the transistor 101 is turned on, and electric charges are accumulated in the capacitor 103 due to the potential difference between the data signal line bl and the ground line GND. This state is set as the initial state. Note that after data is written to the memory cell mc, wl is set to “L” and the transistor 101 is also turned off. That is, as shown in FIG. 8A, in the initial state, for example, the charging state corresponding to the data “1” (the charging state before the data check) is established, and between the electrodes 131 and 132 of the capacitor 103. Electric charges are accumulated in (dielectric layer 133).

さらに、メモリセルmcに書き込まれたデータのエラーチェックを行うために、メモリセルmcのデータを読み出す。すなわち、wlを『L』としたまま、cwlを『H』として、トランジスタ102をオンし、キャパシタ103に蓄積された電荷を、データチェック用信号線cblから取り出す。これにより、図8(b)に示されるように、キャパシタ103の電極131と132の間の電荷は放電され、データチェック後の放電状態となる。   Further, data in the memory cell mc is read in order to perform an error check on the data written in the memory cell mc. That is, with wl set to “L”, cwl is set to “H”, the transistor 102 is turned on, and the charge accumulated in the capacitor 103 is taken out from the data check signal line cbl. As a result, as shown in FIG. 8B, the electric charge between the electrodes 131 and 132 of the capacitor 103 is discharged, resulting in a discharge state after the data check.

そこで、wlを『L』とすると共に、wlを『H』としてリフレッシュ処理を実行し、キャパシタ103を再充電する。すなわち、図8(c)に示されるように、リフレッシュ処理により電極131と132の間に電荷が蓄積されてリフレッシュ後の充電状態となり、例えば、CPUからメモリセル(メモリ)のデータを読み出すことが可能となる。   Therefore, wl is set to “L” and wl is set to “H” to execute a refresh process, and the capacitor 103 is recharged. That is, as shown in FIG. 8 (c), the charge is accumulated between the electrodes 131 and 132 by the refresh process to enter the charged state after the refresh. For example, data in the memory cell (memory) can be read from the CPU. It becomes possible.

メモリのデータ読み出しは、データ書き込みと同様に、cwlを『L』としてトランジスタ102をオフしたまま、wlを『H』としてトランジスタ101をオンし、キャパシタ103に蓄積された電荷を、blから読み出す。これにより、図8(d)に示されるように、キャパシタ103の電極131と132の間の電荷は放電され、データ読み出し後の放電状態となる。   In the memory data reading, similarly to the data writing, cwl is set to “L” and the transistor 102 is turned off, wl is set to “H”, the transistor 101 is turned on, and the charge accumulated in the capacitor 103 is read from bl. As a result, as shown in FIG. 8D, the electric charge between the electrodes 131 and 132 of the capacitor 103 is discharged, resulting in a discharge state after data reading.

次に、図9(a)〜図9(c)を参照して、キャパシタ3の電極が三重構造(電極(導体)31〜33)の図7に示すメモリセルMCの動作を説明する。まず、データ書き込みは、例えば、データチェック用制御線cwlを『L』としてトランジスタ2をオフし、中央の(第2)電極32をフローティング状態とし、この状態で、制御線wlを『H』としてトランジスタ1をオンする。そして、データ信号線blとデータチェック用信号線cblの電位差によりキャパシタ3に電荷を蓄積してデータ書き込みを行い、この状態を初期状態(データ『1』に相当する充電状態:データチェック前の充電状態)とする。換言すると、キャパシタ3において、第2電極はフローティング状態とされ、第1電極31および第3電極33により書き込みが行われる。すなわち、図9(a)に示されるように、初期状態では、キャパシタ3の電極31と32の間(第1誘電体層34)、および、電極32と33の間(第2誘電体層35)には、それぞれ電荷が蓄積されている。   Next, the operation of the memory cell MC shown in FIG. 7 in which the electrode of the capacitor 3 is a triple structure (electrodes (conductors) 31 to 33) will be described with reference to FIGS. 9 (a) to 9 (c). First, for data writing, for example, the data check control line cwl is set to “L”, the transistor 2 is turned off, the central (second) electrode 32 is set in a floating state, and in this state, the control line wl is set to “H”. The transistor 1 is turned on. Then, electric charges are accumulated in the capacitor 3 due to the potential difference between the data signal line bl and the data check signal line cbl, and data is written. This state is the initial state (charge state corresponding to data “1”: charge before data check) State). In other words, in the capacitor 3, the second electrode is in a floating state, and writing is performed by the first electrode 31 and the third electrode 33. That is, as shown in FIG. 9A, in the initial state, between the electrodes 31 and 32 of the capacitor 3 (first dielectric layer 34) and between the electrodes 32 and 33 (second dielectric layer 35). ) Each has an accumulated charge.

さらに、メモリセルMCに書き込まれたデータのエラーチェックを行うために、メモリセルMCのデータ(第2誘電体層35に蓄積された電荷)を読み出す。すなわち、cwlを『H』としてトランジスタ2をオンして第2電極32を接地線GNDに接続し、wlを『L』としてトランジスタ1をオフし、第2誘電体層35に蓄積された電荷をデータチェック用信号線cblから取り出す。これにより、図9(b)に示されるように、キャパシタ3において、第2電極32と第3電極33の間(第2誘電体層35)の電荷は放電されるが、第1電極31と第2電極32の間(第1誘電体層34)の電荷はそのまま保持される。   Further, in order to perform an error check of the data written in the memory cell MC, the data (charge accumulated in the second dielectric layer 35) of the memory cell MC is read. That is, the transistor 2 is turned on by setting cwl to “H”, the second electrode 32 is connected to the ground line GND, the transistor 1 is turned off by setting wl to “L”, and the charge accumulated in the second dielectric layer 35 is reduced. The data check signal line cbl is taken out. As a result, as shown in FIG. 9B, in the capacitor 3, the electric charge between the second electrode 32 and the third electrode 33 (second dielectric layer 35) is discharged, but the first electrode 31 and The electric charge between the second electrodes 32 (first dielectric layer 34) is held as it is.

そして、メモリのデータ読み出しは、メモリセルMCのデータ(第1誘電体層34に蓄積された電荷)を読み出す。すなわち、cwlを『H』としてトランジスタ2をオンして第2電極32を接地線GNDに接続し、wlを『H』としてトランジスタ1をオンし、第1誘電体層34に蓄積された電荷をデータ信号線blから取り出す。これにより、図9(c)に示されるように、キャパシタ3において、第1電極31と第2電極32の間(第1誘電体層34)の電荷は放電され、データ読み出し後の放電状態となる。すなわち、キャパシタ3は、完全に放電状態となる。   In the memory data reading, the data of the memory cells MC (charges accumulated in the first dielectric layer 34) are read. That is, the transistor 2 is turned on by setting cwl to “H”, the second electrode 32 is connected to the ground line GND, the transistor 1 is turned on by setting wl to “H”, and the charge accumulated in the first dielectric layer 34 is changed. The data signal line bl is taken out. As a result, as shown in FIG. 9C, in the capacitor 3, the electric charge between the first electrode 31 and the second electrode 32 (first dielectric layer 34) is discharged, and the discharge state after data reading is Become. That is, the capacitor 3 is completely discharged.

このように、図7に示す本実施例のメモリセルを適用することにより、例えば、図1に示す関連技術のメモリセルを適用した場合におけるデータチェック後のリフレッシュ処理を不要とすることができる。すなわち、本実施例によれば、データチェック後のリフレッシュ処理に要する時間を削減することができ、例えば、CPUからメモリへのアクセス時のレイテンシの増加を抑えることが可能となる。   Thus, by applying the memory cell of this embodiment shown in FIG. 7, for example, the refresh process after the data check when the memory cell of the related technology shown in FIG. 1 is applied can be made unnecessary. That is, according to this embodiment, it is possible to reduce the time required for the refresh process after the data check, and for example, it is possible to suppress an increase in latency when accessing the memory from the CPU.

図10は、図1に示すメモリセルを適用したメモリにおけるデータ書き込み動作を説明するための図であり、図11は、図1に示すメモリセルを適用したメモリにおけるデータ読み出し動作を説明するための図である。なお、図10および図11において、参照符号104はCPU、141はMAC(メモリアクセス制御回路:Memory Access Controller),142はECCD(Error Correction Code Decoder)、105はメモリ、そして、151はセルアレイを示す。   10 is a diagram for explaining a data write operation in a memory to which the memory cell shown in FIG. 1 is applied. FIG. 11 is a diagram for explaining a data read operation in a memory to which the memory cell shown in FIG. 1 is applied. FIG. 10 and 11, reference numeral 104 denotes a CPU, 141 denotes a MAC (Memory Access Controller), 142 denotes an ECCCD (Error Correction Code Decoder), 105 denotes a memory, and 151 denotes a cell array. .

まず、図10に示されるように、データ書き込みは、例えば、MAC141からセルアレイ(メモリセルアレイ)151に対して、wlを使用した書き込みデータアドレス情報とb1を使用した書き込み情報の2種類の信号を転送して、データ書き込みを行う。   First, as shown in FIG. 10, for data writing, for example, two types of signals, ie, write data address information using wl and write information using b1, are transferred from the MAC 141 to the cell array (memory cell array) 151. Then, data writing is performed.

また、図11に示されるように、データ読み出しは、例えば、MAC141からセルアレイ151に対して、wlを使用した読み出しデータアドレス情報の信号を送信する(P11)。これに基づいて、セルアレイ151は、CPU104のECCD142に対して、b1を経由して読み出し情報(チェック用データ)を転送する(P12)。CPU104において、ECCD142は、読み出し情報のエラーチェックを実施した後、そのチェック済み情報をMAC141にデータ転送する(P13)。   Also, as shown in FIG. 11, for data reading, for example, a read data address information signal using wl is transmitted from the MAC 141 to the cell array 151 (P11). Based on this, the cell array 151 transfers read information (check data) to the ECCD 142 of the CPU 104 via b1 (P12). In the CPU 104, the ECCD 142 performs an error check on the read information, and then transfers the checked information to the MAC 141 (P13).

次に、図12および図13を参照して、図7に示す本実施例のメモリセルを適用したメモリにおけるデータ書き込み動作およびデータ書き込み動作を説明する。図12は、図7に示すメモリセルを適用したメモリにおけるデータ書き込み動作を説明するための図であり、チェックサム専用線とメモリモジュール内チェック回路を使用したデータ書き込み動作を説明するためのものである。また、図13は、図7に示すメモリセルを適用したメモリにおけるデータ読み出し動作を説明するための図であり、チェックサム専用線とメモリモジュール内チェック回路を使用したデータ読み出し動作を説明するためのものである。   Next, a data write operation and a data write operation in a memory to which the memory cell of this embodiment shown in FIG. 7 is applied will be described with reference to FIGS. FIG. 12 is a diagram for explaining the data write operation in the memory to which the memory cell shown in FIG. 7 is applied, and for explaining the data write operation using the checksum dedicated line and the check circuit in the memory module. is there. FIG. 13 is a diagram for explaining the data read operation in the memory to which the memory cell shown in FIG. 7 is applied, for explaining the data read operation using the checksum dedicated line and the check circuit in the memory module. Is.

ここで、図12および図13では、CPU4とメモリ5の間にチェックサム専用線(データチェック用信号線cbl)が設けられ、メモリ5にはチェック回路52が内蔵されている。なお、図12および図13において、参照符号4はCPU、41はMAC(メモリアクセス制御回路),42はECCD、43は比較回路、5はメモリ、51はセルアレイ、そして、52チェック回路を示す。   In FIG. 12 and FIG. 13, a checksum dedicated line (data check signal line cbl) is provided between the CPU 4 and the memory 5, and the check circuit 52 is built in the memory 5. 12 and 13, reference numeral 4 is a CPU, 41 is a MAC (memory access control circuit), 42 is an ECCD, 43 is a comparison circuit, 5 is a memory, 51 is a cell array, and 52 check circuit.

図12に示されるように、書き込みは、例えば、CPU4のMAC41から、メモリ5のセルアレイ51に対して、wlを使用した書き込みデータアドレス情報とb1を使用した書き込み情報の2種類の信号を転送する(P1)。さらに、MAC41は、メモリ5(セルアレイ51)に書き込んだデータのチェックサムを算出してCPU4の比較回路43に送信し、同時に、セルアレイ51に対して、cwlを経由してチェック対象データのアドレス情報を送信する(P2)。   As shown in FIG. 12, for writing, for example, two types of signals of write data address information using wl and write information using b1 are transferred from the MAC 41 of the CPU 4 to the cell array 51 of the memory 5. (P1). Further, the MAC 41 calculates a checksum of the data written in the memory 5 (cell array 51) and transmits it to the comparison circuit 43 of the CPU 4. At the same time, the address information of the check target data is transmitted to the cell array 51 via cwl. Is transmitted (P2).

セルアレイ51は、cwlを経由して受け取ったアドレス情報に基づいて、チェック回路52を使って対象データのチェックサムを計算し、チェック回路52は、計算した対象データのチェックサムを、cblを経由してCPU4の比較回路43に送信する(P3)。比較回路43では、MAC41からのチェックサムと、メモリ5(チェック回路52)からのチェックサムを比較することでデータの破損を検出する。そして、比較回路43がチェックサムに比較からデータの破損を検出すると、CPU4は、直ちにデータの再書き込みを行う。同時に、blからの書き込み対象のデータを、wlからのアドレス情報に基づいて格納する。   The cell array 51 calculates the checksum of the target data using the check circuit 52 based on the address information received via cwl. The check circuit 52 calculates the checksum of the target data calculated via cbl. To the comparison circuit 43 of the CPU 4 (P3). The comparison circuit 43 detects data corruption by comparing the checksum from the MAC 41 with the checksum from the memory 5 (check circuit 52). When the comparison circuit 43 detects data corruption from the comparison in the checksum, the CPU 4 immediately rewrites the data. At the same time, the data to be written from bl is stored based on the address information from wl.

また、図13に示されるように、データ読み出しは、例えば、MAC41からセルアレイ51に対して、wlを使用した読み出しデータアドレス情報の信号を送信する(P4)。これに基づいて、セルアレイ51は、CPU4のECCD42に対して、b1を経由して読み出し情報を転送する(P5)。ECCD42は、読み出し情報のエラーチェックを実施した後、そのチェック済み情報をMAC41にデータ転送する(P5)。このように、図7に示す本実施例のメモリセルMCを適用したメモリによれば、メモリに対するデータの書き込みチェック後のリフレッシュ動作が不要となり、レイテンシの増加を抑えることができることが分かる。   Further, as shown in FIG. 13, in the data reading, for example, a read data address information signal using wl is transmitted from the MAC 41 to the cell array 51 (P4). Based on this, the cell array 51 transfers the read information to the ECCD 42 of the CPU 4 via b1 (P5). The ECCD 42 performs an error check on the read information, and then transfers the checked information to the MAC 41 (P5). As described above, according to the memory to which the memory cell MC of this embodiment shown in FIG. 7 is applied, the refresh operation after the data write check on the memory becomes unnecessary, and it can be understood that an increase in latency can be suppressed.

以上において、本実施例のメモリセルMCを適用したメモリは、例えば、前述した図4に示すDIMM、チェック回路52(CC)を設けたDIMM、或いは、HMB(High Bandwidth Memory)といった様々なメモリモジュールに適用することができる。さらに、本実施例のメモリセルMCを適用したメモリは、メモリモジュールとして提供するものに限定されず、例えば、半導体集積回路の内蔵メモリとして利用することもできるのはいうまでもない。   In the above, the memory to which the memory cell MC of the present embodiment is applied includes various memory modules such as the DIMM shown in FIG. 4 described above, a DIMM provided with the check circuit 52 (CC), or an HMB (High Bandwidth Memory). Can be applied to. Further, the memory to which the memory cell MC of the present embodiment is applied is not limited to the one provided as a memory module, and it goes without saying that it can be used as a built-in memory of a semiconductor integrated circuit, for example.

図14は、本実施例の情報処理装置の一例を示すブロック図である。図14において、参照符号6は情報処理装置、61は電源回路、62はハードディスクドライブ(HDD:Hard Disk Drive)/ソリッドステートドライブ(SSD:Solid State Drive)、63はチップセット、64はCPU、そして、65はDIMM/HBMを示す。すなわち、図14に示す情報処理装置6は、電源回路61、HDD/SSD62、チップセット63、CPU64およびDIMM/HBM65を含む。なお、上述した本実施例のメモリセルMC(メモリモジュール)は、DMM/HBM65に適用される。   FIG. 14 is a block diagram illustrating an example of the information processing apparatus according to this embodiment. In FIG. 14, reference numeral 6 is an information processing apparatus, 61 is a power supply circuit, 62 is a hard disk drive (HDD) / solid state drive (SSD), 63 is a chipset, 64 is a CPU, and , 65 indicates DIMM / HBM. That is, the information processing apparatus 6 illustrated in FIG. 14 includes a power supply circuit 61, an HDD / SSD 62, a chip set 63, a CPU 64, and a DIMM / HBM 65. The memory cell MC (memory module) of this embodiment described above is applied to the DMM / HBM 65.

図15は、本実施例の情報処理装置の他の例を示すブロック図であり、上述した図14に示す情報処理装置6を4つ設けて構成したものに相当する。すなわち、図16に示す情報処理装置60は、4つのブロック回路6a〜6dを含み、それぞれのブロック回路6a〜6dは、図14に示す情報処理装置6に対して、相互のブロック回路を接続するためのスイッチチップ66を内蔵するようになっている。なお、前述した本実施例のメモリセルMCは、それぞれのブロック回路6a〜6dにおけるDMM/HBM65に適用される。   FIG. 15 is a block diagram showing another example of the information processing apparatus of the present embodiment, and corresponds to a configuration in which the four information processing apparatuses 6 shown in FIG. 14 are provided. That is, the information processing apparatus 60 shown in FIG. 16 includes four block circuits 6a to 6d, and each block circuit 6a to 6d connects the mutual block circuits to the information processing apparatus 6 shown in FIG. The switch chip 66 for this purpose is built in. The memory cell MC of the present embodiment described above is applied to the DMM / HBM 65 in each of the block circuits 6a to 6d.

このように、本実施例のメモリセルMCおよびメモリモジュールは、様々な情報処理装置6,60に対して適用することができる。さらに、これは、DIMMやHBMといったメモリモジュールだけでなく、様々な半導体集積回路の内蔵メモリとして適用することも可能なのは、前述した通りである。   As described above, the memory cell MC and the memory module of this embodiment can be applied to various information processing apparatuses 6 and 60. Furthermore, as described above, this can be applied not only to memory modules such as DIMMs and HBMs but also to built-in memories of various semiconductor integrated circuits.

以上、実施形態を説明したが、ここに記載したすべての例や条件は、発明および技術に適用する発明の概念の理解を助ける目的で記載されたものであり、特に記載された例や条件は発明の範囲を制限することを意図するものではない。また、明細書のそのような記載は、発明の利点および欠点を示すものでもない。発明の実施形態を詳細に記載したが、各種の変更、置き換え、変形が発明の精神および範囲を逸脱することなく行えることが理解されるべきである。   Although the embodiment has been described above, all examples and conditions described herein are described for the purpose of helping understanding of the concept of the invention applied to the invention and the technology. It is not intended to limit the scope of the invention. Nor does such a description of the specification indicate an advantage or disadvantage of the invention. Although embodiments of the invention have been described in detail, it should be understood that various changes, substitutions and modifications can be made without departing from the spirit and scope of the invention.

1 トランジスタ(第1トランジスタ)
2 トランジスタ(第2トランジスタ)
3 キャパシタ
4,64 CPU
5 メモリ
6,60 情報処理装置
6a〜6d ブロック回路
31 電極(第1電極)
32 電極(第2電極)
33 電極(第3電極)
34 誘電体層(第1誘電体層)
35 誘電体層(第2誘電体層)
41 MAC
42 ECCD
43 比較回路
51 セルアレイ
52 チェック回路
61 電源回路
62 HDD/SSD
63 チップセット
65 DIMM/HBM
1 transistor (first transistor)
2 transistors (second transistor)
3 capacitors 4,64 CPU
5 Memory 6, 60 Information processing device 6a to 6d Block circuit 31 Electrode (first electrode)
32 electrodes (second electrode)
33 electrodes (third electrode)
34 Dielectric layer (first dielectric layer)
35 Dielectric layer (second dielectric layer)
41 MAC
42 ECCD
43 Comparison circuit 51 Cell array 52 Check circuit 61 Power supply circuit 62 HDD / SSD
63 Chipset 65 DIMM / HBM

Claims (14)

積層された第1電極,第2電極および第3電極を含み、前記第1電極と前記第2電極間、並びに、前記第2電極と前記第3電極間に電荷を蓄積可能なキャパシタと、
制御線に接続された制御端子、データ信号線に接続された第1端子および前記第1電極に接続された第2端子を含む第1トランジスタと、
データチェック用制御線に接続された制御端子、前記第2電極に接続された第1端子および所定電位線に接続された第2端子を含む第2トランジスタと、を有し、
前記第3電極は、データチェック用信号線に接続される、
ことを特徴とするメモリセル。
A capacitor including a stacked first electrode, second electrode, and third electrode, and capable of storing electric charge between the first electrode and the second electrode, and between the second electrode and the third electrode;
A first transistor including a control terminal connected to the control line, a first terminal connected to the data signal line, and a second terminal connected to the first electrode;
A control terminal connected to a data check control line, a first terminal connected to the second electrode, and a second transistor including a second terminal connected to a predetermined potential line,
The third electrode is connected to a data check signal line.
A memory cell characterized by the above.
前記キャパシタは、さらに、
前記第1電極と前記第2電極間に設けられた第1誘電体層と、
前記第2電極と前記第3電極間に設けられた第2誘電体層と、を含む、
ことを特徴とする請求項1に記載のメモリセル。
The capacitor further includes:
A first dielectric layer provided between the first electrode and the second electrode;
A second dielectric layer provided between the second electrode and the third electrode,
The memory cell according to claim 1.
前記第1トランジスタおよび前記第2トランジスタは、nチャネル型MOSトランジスタである、
ことを特徴とする請求項1または請求項2に記載のメモリセル。
The first transistor and the second transistor are n-channel MOS transistors.
The memory cell according to claim 1, wherein the memory cell is a memory cell.
データ書き込み時には、
前記データチェック用制御線の信号により前記第2トランジスタをオフし、
前記制御線の信号に基づいて前記第1トランジスタを制御し、前記第1電極と前記第3電極の間に、前記データ信号線と前記データチェック用信号線の差電圧に基づく電荷の蓄積を制御する、
ことを特徴とする請求項1乃至請求項3のいずれか1項に記載のメモリセル。
When writing data,
The second transistor is turned off by a signal of the data check control line,
The first transistor is controlled based on a signal of the control line, and charge accumulation based on a voltage difference between the data signal line and the data check signal line is controlled between the first electrode and the third electrode. To
The memory cell according to claim 1, wherein the memory cell is a memory cell.
チェック時には、
前記制御線の信号により前記第1トランジスタをオフし、
前記データチェック用制御線の信号に基づいて前記第2トランジスタを制御し、前記所定電位線に接続された前記第2電極と前記第3電極の間に蓄積された電荷に基づくデータを、前記データチェック用信号線から取り出す、
ことを特徴とする請求項4に記載のメモリセル。
When checking
The first transistor is turned off by a signal of the control line,
The second transistor is controlled based on a signal of the data check control line, and data based on the electric charge accumulated between the second electrode and the third electrode connected to the predetermined potential line is stored in the data Take out from the check signal line,
The memory cell according to claim 4.
前記チェック時において、
前記データチェック用信号線から取り出したデータが、前記データ書き込み時に書き込むデータと異なっているときは、データ書き込みを再度行う、
ことを特徴とする請求項5に記載のメモリセル。
At the time of the check,
When the data extracted from the data check signal line is different from the data to be written at the time of data writing, data writing is performed again.
The memory cell according to claim 5.
データ読み出し時には、
前記データチェック用制御線の信号により前記第2トランジスタをオンし、
前記制御線の信号に基づいて前記第1トランジスタを制御し、前記第2電極と前記第1電極の間に蓄積された電荷に基づくデータを、前記データ信号線から取り出す、
ことを特徴とする請求項4乃至請求項6のいずれか1項に記載のメモリセル。
When reading data,
The second transistor is turned on by a signal of the data check control line,
Controlling the first transistor based on a signal of the control line, and taking out data based on the charge accumulated between the second electrode and the first electrode from the data signal line;
The memory cell according to claim 4, wherein the memory cell is a memory cell.
前記メモリセルは、DRAMセルである、
ことを特徴とする請求項1乃至請求項7のいずれか1項に記載のメモリセル。
The memory cell is a DRAM cell;
The memory cell according to claim 1, wherein the memory cell is a memory cell.
請求項1乃至請求項8のいずれか1項に記載のメモリセルを有する、
ことを特徴とするメモリモジュール。
The memory cell according to any one of claims 1 to 8,
A memory module characterized by that.
さらに、
チェック時において、前記データチェック用信号線から取り出したデータが、データ書き込み時に書き込むデータと異なっているかどうかをチェックするチェック回路を有する、
ことを特徴とする請求項9に記載のメモリモジュール。
further,
At the time of checking, it has a check circuit for checking whether the data taken out from the data check signal line is different from the data written at the time of data writing,
The memory module according to claim 9.
前記メモリモジュールは、DIMMである、
ことを特徴とする請求項9または請求項10に記載のメモリモジュール。
The memory module is a DIMM;
The memory module according to claim 9, wherein the memory module is a memory module.
請求項9乃至請求項11のいずれか1項に記載のメモリモジュールを有する、
ことを特徴とする情報処理装置。
The memory module according to claim 9.
An information processing apparatus characterized by that.
請求項1乃至請求項3のいずれか1項に記載のメモリセルのエラー訂正方法であって、
データ書き込み時には、
前記データチェック用制御線の信号により前記第2トランジスタをオフし、
前記制御線の信号に基づいて前記第1トランジスタを制御し、前記第1電極と前記第3電極の間に、前記データ信号線と前記データチェック用信号線の差電圧に基づく電荷の蓄積を制御し、
チェック時には、
前記制御線の信号により前記第1トランジスタをオフし、
前記データチェック用制御線の信号に基づいて前記第2トランジスタを制御し、前記所定電位線に接続された前記第2電極と前記第3電極の間に蓄積された電荷に基づくデータを、前記データチェック用信号線から取り出し、
前記チェック時において、
前記データチェック用信号線から取り出したデータが、前記データ書き込み時に書き込むデータと異なっているときは、データ書き込みを再度行ってエラーを訂正する、
ことを特徴とするメモリセルのエラー訂正方法。
An error correction method for a memory cell according to any one of claims 1 to 3,
When writing data,
The second transistor is turned off by a signal of the data check control line,
The first transistor is controlled based on a signal of the control line, and charge accumulation based on a voltage difference between the data signal line and the data check signal line is controlled between the first electrode and the third electrode. And
When checking
The first transistor is turned off by a signal of the control line,
The second transistor is controlled based on a signal of the data check control line, and data based on the electric charge accumulated between the second electrode and the third electrode connected to the predetermined potential line is stored in the data Take out from the check signal line,
At the time of the check,
When the data taken out from the data check signal line is different from the data written at the time of writing the data, the data writing is performed again to correct the error.
An error correction method for a memory cell.
データ読み出し時には、
前記データチェック用制御線の信号により前記第2トランジスタをオンし、
前記制御線の信号に基づいて前記第1トランジスタを制御し、前記第2電極と前記第1電極の間に蓄積された電荷に基づくデータを、前記データ信号線から取り出し、
エラー検出訂正コードに基づくエラー訂正を行う、
ことを特徴とする請求項13に記載のメモリセルのエラー訂正方法。
When reading data,
The second transistor is turned on by a signal of the data check control line,
Controlling the first transistor based on the signal of the control line, taking out data based on the charge accumulated between the second electrode and the first electrode from the data signal line;
Perform error correction based on the error detection and correction code,
14. The memory cell error correction method according to claim 13.
JP2017097095A 2017-05-16 2017-05-16 Error correction method for memory cells, memory modules, information processing devices, and memory cells Active JP6915372B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017097095A JP6915372B2 (en) 2017-05-16 2017-05-16 Error correction method for memory cells, memory modules, information processing devices, and memory cells

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017097095A JP6915372B2 (en) 2017-05-16 2017-05-16 Error correction method for memory cells, memory modules, information processing devices, and memory cells

Publications (3)

Publication Number Publication Date
JP2018195359A true JP2018195359A (en) 2018-12-06
JP2018195359A5 JP2018195359A5 (en) 2021-01-14
JP6915372B2 JP6915372B2 (en) 2021-08-04

Family

ID=64570411

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017097095A Active JP6915372B2 (en) 2017-05-16 2017-05-16 Error correction method for memory cells, memory modules, information processing devices, and memory cells

Country Status (1)

Country Link
JP (1) JP6915372B2 (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0424911A2 (en) * 1989-10-25 1991-05-02 Kabushiki Kaisha Toshiba Memory system having self-testing function
JPH03283176A (en) * 1990-03-30 1991-12-13 Toshiba Corp Ferroelectric substance memory
JPH0773698A (en) * 1993-08-31 1995-03-17 Mitsubishi Electric Corp Multiport memory
JPH1093030A (en) * 1996-09-17 1998-04-10 Toshiba Corp Ferroelectric nonvolatile memory
JP2001320030A (en) * 2000-05-11 2001-11-16 Nec Corp Ferroelectric storage device and its manufacturing method
JP2003157696A (en) * 2001-11-22 2003-05-30 Fujitsu Ltd Memory circuit having parity cell array
US20030106010A1 (en) * 2001-11-22 2003-06-05 Fujitsu Limited Memory circuit having parity cell array
US20030206430A1 (en) * 2002-05-06 2003-11-06 Ho Iu Meng Tom Ferroelectric memory
US20040036096A1 (en) * 2002-08-22 2004-02-26 Lovett Simon J. High-speed transparent refresh DRAM-based memory cell
JP2011216177A (en) * 2010-03-17 2011-10-27 Semiconductor Energy Lab Co Ltd Memory device and semiconductor device

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0424911A2 (en) * 1989-10-25 1991-05-02 Kabushiki Kaisha Toshiba Memory system having self-testing function
JPH03138742A (en) * 1989-10-25 1991-06-13 Toshiba Corp Memory system
JPH03283176A (en) * 1990-03-30 1991-12-13 Toshiba Corp Ferroelectric substance memory
JPH0773698A (en) * 1993-08-31 1995-03-17 Mitsubishi Electric Corp Multiport memory
JPH1093030A (en) * 1996-09-17 1998-04-10 Toshiba Corp Ferroelectric nonvolatile memory
JP2001320030A (en) * 2000-05-11 2001-11-16 Nec Corp Ferroelectric storage device and its manufacturing method
JP2003157696A (en) * 2001-11-22 2003-05-30 Fujitsu Ltd Memory circuit having parity cell array
US20030106010A1 (en) * 2001-11-22 2003-06-05 Fujitsu Limited Memory circuit having parity cell array
US20030206430A1 (en) * 2002-05-06 2003-11-06 Ho Iu Meng Tom Ferroelectric memory
JP2005530283A (en) * 2002-05-06 2005-10-06 シメトリックス・コーポレーション Ferroelectric memory
US20040036096A1 (en) * 2002-08-22 2004-02-26 Lovett Simon J. High-speed transparent refresh DRAM-based memory cell
JP2011216177A (en) * 2010-03-17 2011-10-27 Semiconductor Energy Lab Co Ltd Memory device and semiconductor device

Also Published As

Publication number Publication date
JP6915372B2 (en) 2021-08-04

Similar Documents

Publication Publication Date Title
CN110120243B (en) Semiconductor memory device, method of operating the same, and memory system
US10255989B2 (en) Semiconductor memory devices, memory systems including the same and methods of operating the same
US11011248B2 (en) DRAM retention test method for dynamic error correction
US20210158861A1 (en) Semiconductor memory devices and methods of operating the semiconductor memory devices
US9053813B2 (en) Method and apparatus for refreshing and data scrubbing memory device
CN107408069B (en) Apparatus and method for detecting and relieving bit line open in flash memory
US11656935B2 (en) Semiconductor memory devices and memory systems
US9256493B2 (en) Memory module architecture
CN110942798A (en) Semiconductor memory device, memory system and method of operating semiconductor memory device
CN115705871A (en) Host device, storage device operating method and storage device
US7123501B2 (en) Semiconductor memory device using ferroelectric capacitor, and semiconductor device with the same
US9007850B2 (en) Page buffer, memory device comprising page buffer, and related method of operation
US7675767B2 (en) Semiconductor memory device for achieving high reliability without increasing process complexity and cost
CN114627957A (en) Memory device and memory system including the same
JP6915372B2 (en) Error correction method for memory cells, memory modules, information processing devices, and memory cells
US20170242754A1 (en) Semiconductor device
CN115148265A (en) Memory device including calibration operation and transistor with adjustable threshold voltage
US9583194B2 (en) Memory system and operating method thereof
US8947950B2 (en) Semiconductor device
EP4312219A2 (en) Memory system, operating method of the same, and controller of memory device
US9613681B2 (en) Voltage generation circuit
JP3858835B2 (en) Memory cell capable of avoiding soft error and semiconductor memory device
KR20190137281A (en) Semiconductor memory devices, memory systems including the same and method of operating semiconductor memory devices

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200213

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201125

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20201125

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201215

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210127

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20210615

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210628

R150 Certificate of patent or registration of utility model

Ref document number: 6915372

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150