JPH10134583A - Associative memory - Google Patents

Associative memory

Info

Publication number
JPH10134583A
JPH10134583A JP29133696A JP29133696A JPH10134583A JP H10134583 A JPH10134583 A JP H10134583A JP 29133696 A JP29133696 A JP 29133696A JP 29133696 A JP29133696 A JP 29133696A JP H10134583 A JPH10134583 A JP H10134583A
Authority
JP
Japan
Prior art keywords
data
comparison
circuit
storage circuit
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
JP29133696A
Other languages
Japanese (ja)
Other versions
JP3646276B2 (en
Inventor
Kozaburo Kurita
公三郎 栗田
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP29133696A priority Critical patent/JP3646276B2/en
Publication of JPH10134583A publication Critical patent/JPH10134583A/en
Application granted granted Critical
Publication of JP3646276B2 publication Critical patent/JP3646276B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an associative memory with a function which can detect a soft error produced in the data stored in a memory cell. SOLUTION: In an associative memory which uses a memory cell 10 with a built-in comparison function by which the agreement between data inputted from the outside and data stored inside is detected, the data are held by doubled memory circuits and the agreement is detected by doubled comparison circuits. The identical data are stored in the 1st and 2nd memory circuits 11A and 11B. The 1st comparison circuit 12A detects the agreement between the data stored in the 1st memory circuit 11A and the data inputted from the outside and the 2nd comparison circuit 12B detects the agreement between the data stored in the 1st memory circuit 11A and the data stored in the 2nd memory circuit 11B.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、半導体メモリさら
にはデータ一致検出機能を備えた連想メモリに係り、特
にキャッシュメモリ等に用いられる連想メモリに利用し
て有効な技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a semiconductor memory and, more particularly, to an associative memory having a data coincidence detecting function, and more particularly to a technique effective for use in an associative memory used for a cache memory or the like.

【0002】[0002]

【従来の技術】連想メモリは、番地を指定してアクセス
する代わりに、記憶内容の一部を指定して、その内容が
記憶されている一あるいは残りの内容を読み出せるよう
に構成されたメモリで、計算機システムでは、キャッシ
ュメモリやアドレス変換用のテーブル等に用いられてい
る。
2. Description of the Related Art An associative memory is a memory in which, instead of accessing by designating an address, a part of stored content is designated and one or the rest of the stored content can be read. In a computer system, it is used for a cache memory, a table for address translation, and the like.

【0003】連想メモリは、2つのメモリ部から構成さ
れ、第1のメモリ部には外部から入力されるデータ(検
索データ)との比較を行うデータ(被検索データ)が格
納され、第2のメモリ部には第1のメモリでの比較にお
いて一致したときに取り出すデータが格納される。上記
第1のメモリ部は、データを保持するメモリ本来の記憶
機能の他に、外部から入力されたデータと内部に保持し
ているデータとの一致を検出する比較機能を有してお
り、CAM(Content Addressable Memory)と呼ばれて
いる。
The associative memory is composed of two memory units, and a first memory unit stores data (data to be searched) to be compared with data (search data) inputted from the outside, and a second memory unit. The memory section stores data to be taken out when a match is found in the comparison in the first memory. The first memory unit has a comparison function of detecting coincidence between data input from the outside and data held therein, in addition to the original storage function of the memory for holding data. (Content Addressable Memory).

【0004】従来のCAMでは、データを保持する記憶
回路毎に一致を検出する比較機能を内蔵したメモリセル
(CAMセル)を用い、記憶回路に保持したデータを読
み出さずに、外部から入力されたデータと記憶回路に保
持しているデータとの一致検出を実行するように構成さ
れたものが提案されている(特開昭59-231789号等)。上
記従来の比較機能内蔵のメモリセルにあっては、各メモ
リセルごとに複数の論理ゲート回路からなるデータ一致
検出回路を設けるようにしているため、セルの構成素子
数が多くなるという欠点を有する。
In a conventional CAM, a memory cell (CAM cell) having a built-in comparison function for detecting coincidence is used for each storage circuit holding data, and the data held in the storage circuit is read from outside without being read. There has been proposed a device configured to execute coincidence detection between data and data held in a storage circuit (Japanese Patent Laid-Open No. 59-231789). The conventional memory cell with a built-in comparison function has a disadvantage that the number of constituent elements of the cell increases because a data coincidence detection circuit including a plurality of logic gate circuits is provided for each memory cell. .

【0005】そこで、本発明者等は、図3に示すような
比較機能内蔵のメモリセルについて検討した。図におい
て、10が比較機能内蔵のメモリセルで、11は記憶回
路、12は比較回路、WL1はワード線、DL1-P,DL1-Nは
差動データ線、HITは比較出力線である。記憶回路11
は一般的な6MOSからなるスタティック型記憶素子で
あり、データの書き込み・読み出しは、ワード線WL1が
その制御をして、差動データ線DL1-P,DL1-Nを介して行
われる。比較回路12は2つの相補データのEOR論理
を実現するもので、記憶回路1の保持データと差動デー
タ線DL1-P,DL1-Nのデータとの一致を検出し、その結果
を比較出力線HITに出力する。
Accordingly, the present inventors have studied a memory cell having a built-in comparison function as shown in FIG. In the figure, 10 is a memory cell with a built-in comparison function, 11 is a storage circuit, 12 is a comparison circuit, WL1 is a word line, DL1-P and DL1-N are differential data lines, and HIT is a comparison output line. Storage circuit 11
Is a static storage element composed of general 6 MOSs, and data writing / reading is performed by the word line WL1 via the differential data lines DL1-P and DL1-N. The comparison circuit 12 implements EOR logic of two complementary data, detects a match between the data held in the storage circuit 1 and the data on the differential data lines DL1-P and DL1-N, and compares the result with a comparison output line. Output to HIT.

【0006】このメモリセルにデータを格納し、外部か
ら入力されたデータ(検索データ)とメモリセルに保持
したデータ(保持データ)との一致を検出するには、比
較出力線HITを予めプリチャージしておいて、ワード線W
L1で記憶回路11を選択しない状態のまま差動データ線
DL1-P,DL1-Nに検索データを入力する。すると、比較回
路12で記憶回路11の保持データと差動データ線DL1-
P,DL1-Nの検索データとの一致が検出され、その結果が
比較出力線HITに出力される。すなわち、比較機能内蔵
のメモリセルを用いると、記憶回路に保持したデータを
読み出さなくても一致/不一致を検出することが出来
る。
In order to store data in the memory cell and detect coincidence between data (search data) input from the outside and data (hold data) held in the memory cell, the comparison output line HIT is precharged in advance. Keep the word line W
Differential data line with storage circuit 11 not selected at L1
Enter search data into DL1-P and DL1-N. Then, the data held in the storage circuit 11 and the differential data line DL1-
A match with the search data of P and DL1-N is detected, and the result is output to the comparison output line HIT. That is, if a memory cell with a built-in comparison function is used, a match / mismatch can be detected without reading data held in the storage circuit.

【0007】[0007]

【発明が解決しようとする課題】上記連想メモリにおい
ては、一致判定するときにメモリセルに保持されている
データを外部へ読み出さずに比較判定結果のみ出力する
ため、メモリセル内に保持されているデータにソフトエ
ラーが発生していても、それを検出することができない
という問題点があった。
In the above-mentioned associative memory, the data held in the memory cell is output without reading out the data held in the memory cell when the match is determined, so that the data is held in the memory cell. There is a problem that even if a soft error occurs in data, it cannot be detected.

【0008】本発明の目的は、メモリセル内に保持して
いるデータで発生したソフトエラーを検出する機能を有
する連想メモリを提供することである。
An object of the present invention is to provide an associative memory having a function of detecting a soft error generated in data held in a memory cell.

【0009】この発明の前記ならびにそのほかの目的と
新規な特徴については、本明細書の記述および添附図面
から明らかになるであろう。
The above and other objects and novel features of the present invention will become apparent from the description of the present specification and the accompanying drawings.

【0010】[0010]

【課題を解決するための手段】本願において開示される
発明のうち代表的なものの概要を説明すれば、下記のと
おりである。
The outline of a typical invention among the inventions disclosed in the present application is as follows.

【0011】すなわち、外部から入力されたデータと内
部に保持したデータとの一致を検出する比較機能を内蔵
するメモリセルを用いた連想メモリにおいて、上記メモ
リセルを、データを保持する記憶回路と一致を検出する
比較回路を各々2重化した構成とし、第1及び第2の記
憶回路に同一のデータを格納し、第1の比較回路は第1
の記憶回路の保持データと外部から入力されたデータと
の一致を検出し、第2の比較回路は第1の記憶回路の保
持データと第2の記憶回路の保持データとの一致を検出
するようにしたものである。
That is, in an associative memory using a memory cell having a built-in comparison function for detecting a match between externally input data and internally held data, the memory cell is matched with a storage circuit holding data. Are respectively duplicated, the same data is stored in the first and second storage circuits, and the first comparison circuit
And the second comparison circuit detects a match between the data held in the first storage circuit and the data held in the second storage circuit. It was made.

【0012】同一のデータを第1と第2の記憶回路に格
納し、両者の保持データの一致を第2の比較回路で検出
することは、1ビット単位にパリティビットを設けて、
パリティチェックをするのと等価である。従って、第2
の比較回路の出力はパリティチェック出力であり、第2
の比較回路の出力をモニターすることで、記憶回路に保
持されているデータを読み出さなくてもソフトエラーの
発生を検出することができる。
Storing the same data in the first and second storage circuits and detecting coincidence of the stored data with the second comparison circuit includes providing a parity bit in units of one bit,
This is equivalent to performing a parity check. Therefore, the second
The output of the comparison circuit of FIG.
By monitoring the output of the comparison circuit, the occurrence of a soft error can be detected without reading the data held in the storage circuit.

【0013】[0013]

【発明の実施の形態】以下、本発明の実施例を図面を用
いて説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0014】図1に本発明の一実施例である比較機能内
蔵のメモリセルを示す。図1において、10は比較機能
内蔵のメモリセルで、11Aおよび11Bは記憶回路、
12Aおよび12Bは比較回路、WL1はワード線、DL1-
P,DL1-Nは記憶回路11A側の差動データ線、HITは記
憶回路11A側の比較出力線である。また、DL10-P,DL
10-Nは記憶回路11B側の差動データ線、PCKは記憶回
路11B側の比較出力線、Qp1,Qp2は上記比較出力線
HIT,PCKの一方の端にそれぞれ接続されたプリチャージ
用MOSFET、SA1,SA2は上記比較出力線HI
T,PCKの他端にそれぞれ接続されたセンス回路、13は
上記比較出力線HIT,PCKの信号に基づいてソフトエラー
の有無を検出するソフトエラー検出回路である。
FIG. 1 shows a memory cell having a built-in comparison function according to an embodiment of the present invention. In FIG. 1, 10 is a memory cell with a built-in comparison function, 11A and 11B are storage circuits,
12A and 12B are comparison circuits, WL1 is a word line, DL1-
P and DL1-N are differential data lines on the storage circuit 11A side, and HIT is a comparison output line on the storage circuit 11A side. DL10-P, DL
10-N is a differential data line on the storage circuit 11B side, PCK is a comparison output line on the storage circuit 11B side, and Qp1 and Qp2 are the above-mentioned comparison output lines.
The precharge MOSFETs SA1 and SA2 connected to one end of HIT and PCK respectively correspond to the comparison output line HI.
A sense circuit 13 is connected to the other ends of T and PCK, respectively. A soft error detection circuit 13 detects the presence or absence of a soft error based on the signals of the comparison output lines HIT and PCK.

【0015】上記記憶回路11Aは、上記差動データ線
DL1-P,DL1-Nにソース・ドレイン端子が接続されゲート
端子が上記ワード線WL1に接続された伝送MOSFET
Q1,Q2と、フリップフロップ型ラッチ回路を構成す
るMOSFET Q3〜Q6とから構成されている。Qp
1,Qp2,Q3,Q4はPチャネルMOSFETであり、
他はNチャネルMOSFETである。上記記憶回路11
Bは上記記憶回路11Aと同じ回路構成であり、ワード
線WL1は共通とされ、差動データ線は各々独立して設け
られている。
The storage circuit 11A is connected to the differential data line
Transmission MOSFET with source / drain terminals connected to DL1-P and DL1-N and gate terminals connected to the above word line WL1
Q1 and Q2, and MOSFETs Q3 to Q6 forming a flip-flop type latch circuit. Qp
1, Qp2, Q3 and Q4 are P-channel MOSFETs,
The other is an N-channel MOSFET. The storage circuit 11
B has the same circuit configuration as the storage circuit 11A, the word line WL1 is common, and the differential data lines are provided independently of each other.

【0016】上記比較回路12Aは、比較出力線HITと
接地点との間にそれぞれ直列に接続されたMOSFET
Q11,Q12とQ21,Q22とからなり、Q11のゲート端
子は上記記憶回路11Aの内部ノードNNに接続され、
Q12のゲート端子は上記差動データ線DL1-Pに接続さ
れ、Q21のゲート端子は上記記憶回路11Aの内部ノー
ドNPに接続され、Q22のゲート端子は上記差動データ
線DL1-Nに接続され、記憶回路11Aの保持データと差
動データ線DL1-P,DL1-N上のデータとの一致/不一致を
検出し、その結果を比較出力線HITに出力する。
The comparison circuit 12A includes MOSFETs connected in series between a comparison output line HIT and a ground point.
Q11, Q12 and Q21, Q22. The gate terminal of Q11 is connected to the internal node NN of the storage circuit 11A.
The gate terminal of Q12 is connected to the differential data line DL1-P, the gate terminal of Q21 is connected to the internal node NP of the storage circuit 11A, and the gate terminal of Q22 is connected to the differential data line DL1-N. , The match / mismatch between the data held in the storage circuit 11A and the data on the differential data lines DL1-P and DL1-N is detected, and the result is output to the comparison output line HIT.

【0017】すなわち、予めプリチャージMOSFET
Qp1をオンして比較出力線HITをプリチャージしてお
いて、差動データ線DL1-P,DL1-N上に検索データを乗せ
ると、記憶回路12Aの保持データと一致すると直列形
態のMOSFETQ11,Q12とQ21,Q22のいずれかの
ペアのMOSFETが同時にオン状態とされて電流が流
れ、比較出力線HITの電荷が引き抜かれることでロウレ
ベルとなり、センス回路SA1によって増幅、検出され
る。
That is, the precharge MOSFET
When the comparison output line HIT is precharged by turning on Qp1 and the search data is placed on the differential data lines DL1-P and DL1-N, if the data matches the data held in the storage circuit 12A, the MOSFETs Q11, The MOSFETs of any pair of Q12 and Q21, Q22 are turned on at the same time, a current flows, and the charge on the comparison output line HIT is pulled out to a low level, which is amplified and detected by the sense circuit SA1.

【0018】また、差動データ線DL1-P,DL1-N上の検索
データと記憶回路12Aの保持データと一致しない場合
には、直列形態のMOSFETQ11,Q12とQ21,Q22
の各ペアのMOSFETのうちいずれかがオフとされる
ため、比較出力線PCKの電荷が引き抜かれないでハイレ
ベルを維持し、センス回路SA2により増幅、検出され
る。上記センス回路SA1,SA2は、それぞれ比較出
力線HIT,PCKのハイレベルとロウレベルの相違を検出で
きればよいので、インバータのような簡単な回路で構成
するようにしてもよい。
If the search data on the differential data lines DL1-P and DL1-N do not match the data held in the storage circuit 12A, the MOSFETs Q11 and Q12 in series form and Q21 and Q22
Since any one of the MOSFETs of each pair is turned off, the charge of the comparison output line PCK is maintained at a high level without being extracted, and is amplified and detected by the sense circuit SA2. The sense circuits SA1 and SA2 only need to be able to detect the difference between the high level and the low level of the comparison output lines HIT and PCK, respectively, and may be configured by a simple circuit such as an inverter.

【0019】比較回路12Bは比較回路12Aと同じ回
路構成であり、4個のMOSFETQ11',Q12'とQ2
1',Q22'により構成されている。比較回路12Bが比
較回路12Aと異なるのは、MOSFET Q12'とQ2
2'のゲート端子が、差動データ線DL1-P,DL1-Nではな
く、記憶回路11Aの内部ノードNP,NNに接続されて
いる点のみである。MOSFET Q11'のゲート端子
は上記記憶回路11Bの内部ノードNN'に接続され、Q
12'のゲート端子は上記記憶回路11Bの内部ノードN
P'に接続されている。これによって、比較回路12Bは
記憶回路11Aの保持データと記憶回路11Bの保持デ
ータとの一致/不一致を検出して、その結果(イクスク
ルーシブNOR論理値)を比較出力線PCKに出力する。
The comparison circuit 12B has the same circuit configuration as the comparison circuit 12A, and includes four MOSFETs Q11 ', Q12' and Q2.
1 'and Q22'. Comparison circuit 12B is different from comparison circuit 12A in that MOSFETs Q12 'and Q2
The only difference is that the gate terminal 2 'is connected not to the differential data lines DL1-P and DL1-N but to the internal nodes NP and NN of the storage circuit 11A. The gate terminal of the MOSFET Q11 'is connected to the internal node NN' of the storage circuit 11B.
The gate terminal 12 'is connected to the internal node N of the storage circuit 11B.
Connected to P '. As a result, the comparison circuit 12B detects a match / mismatch between the data held in the storage circuit 11A and the data held in the storage circuit 11B, and outputs the result (exclusive NOR logical value) to the comparison output line PCK.

【0020】すなわち、予めプリチャージMOSFET
Qp2をオンして比較出力線PCKをプリチャージしてお
いて比較回路12Bを作動させると、記憶回路12Aの
保持データと記憶回路12Bの保持データとが一致して
いるときに直列形態のMOSFETQ11',Q12'とQ2
1',Q22'のいずれかのペアのMOSFETが同時にオ
ン状態とされて電流が流れ、比較出力線PCKの電荷が引
き抜かれることでロウレベルとなり、センス回路SA2
で検出される。
That is, the precharge MOSFET
When the comparison circuit 12B is operated with Qp2 turned on to precharge the comparison output line PCK, when the data held in the memory circuit 12A and the data held in the memory circuit 12B match, the MOSFET Q11 'in the serial form is used. , Q12 'and Q2
Either pair of MOSFETs 1 'and Q22' are turned on at the same time, a current flows, and the charge on the comparison output line PCK is pulled out to a low level, and the sense circuit SA2
Is detected by

【0021】また、差動データ線DL1-P,DL1-N上の検索
データと記憶回路12Aの保持データと記憶回路12B
の保持データとが一致しない場合には、直列形態のMO
SFETQ11',Q12'とQ21',Q22'の各ペアのMOS
FETのうちいずれかがオフとされるため、比較出力線
PCK の電荷が引き抜かれないでハイレベルを維持し、図
外のセンス回路SA2で検出される。このようにして、
記憶回路11Aの保持データと記憶回路11Bの保持デ
ータとの一致/不一致が検出され、その結果が比較出力
線PCKに出力される。
The search data on the differential data lines DL1-P and DL1-N, the data held in the storage circuit 12A, and the storage circuit 12B
If the stored data does not match the
MOS of each pair of SFETs Q11 ', Q12' and Q21 ', Q22'
Since one of the FETs is turned off, the comparison output line
The charge of PCK is maintained at a high level without being extracted, and is detected by a sense circuit SA2 (not shown). In this way,
A match / mismatch between the data held in the storage circuit 11A and the data held in the storage circuit 11B is detected, and the result is output to the comparison output line PCK.

【0022】さらに、図示しないが、上記ワード線WL1
および比較出力線HIT,PCKには、上記と同様な構成を持
つ複数の比較機能内蔵型メモリセルが接続されて1つの
メモリ行を構成しており、1つのメモリ行内に1つでも
データが不一致のメモリセルがあるとそのメモリ行に対
応する比較出力線HIT,PCKがロウレベルとなり、すべて
のメモリセルにおいてデータが一致すると比較出力線HI
T,PCKがハイレベルとなるように構成されている。さら
に、上記のような構成のメモリ行が複数本設けられてタ
グアレイのようなメモリアレイが構成される。上記比較
出力線HITの信号は、本来のデータが格納されているデ
ータアレイのワード線選択信号とすることができ、これ
によって、データの一致/不一致の判定後、データが一
致していれば直ちに必要とするデータを得ることができ
るようになる。
Although not shown, the word line WL1
In addition, a plurality of memory cells with built-in comparison functions having the same configuration as described above are connected to the comparison output lines HIT and PCK to form one memory row, and even one data in one memory row does not match. If there is a memory cell, the comparison output lines HIT and PCK corresponding to that memory row become low level, and if data match in all the memory cells, the comparison output line HI
T and PCK are configured to be at a high level. Furthermore, a memory array such as a tag array is configured by providing a plurality of memory rows having the above configuration. The signal of the comparison output line HIT can be used as a word line selection signal of a data array in which original data is stored. As a result, after data match / mismatch determination, if the data match, immediately You can get the data you need.

【0023】図1の実施例のメモリセル10にデータを
格納するときには、ワード線WL1を選択レベル(ハイレ
ベル)にしてMOSFET Q1,Q2をオンさせた状態
で差動データ線DL1-P,DL1-Nと差動データ線DL10-P,DL
10-Nに同じデータを乗せて記憶回路11Aと11Bに同
じデータを書き込む。そして、外部から入力されたデー
タ(検索データ)とメモリセルに保持したデータ(保持
データ)との一致/不一致を検出するには、ワード線WL
1を非選択レベル(ロウレベル)として記憶回路11
A,11Bを選択しない状態のまま、差動データ線DL1-
P,DL1-Nに検索データを入力する。
When data is stored in the memory cell 10 of the embodiment shown in FIG. 1, the differential data lines DL1-P and DL1 are set in a state where the word line WL1 is at a selected level (high level) and the MOSFETs Q1 and Q2 are turned on. -N and differential data lines DL10-P, DL
The same data is loaded on 10-N and the same data is written into the storage circuits 11A and 11B. In order to detect a match / mismatch between data (search data) input from the outside and data (hold data) held in the memory cell, the word line WL is used.
1 as a non-selection level (low level)
The differential data lines DL1-
Enter search data in P, DL1-N.

【0024】すると、比較回路12Aで記憶回路11A
の保持データと差動データ線DL1-P,DL1-Nの検索データ
との一致/不一致を検出し、その結果が比較出力線HIT
に出力される。このとき、もう1つの比較回路12Bで
は、記憶回路11Aの保持データと記憶回路11Bの保
持データとの一致/不一致を検出して、その結果が比較
出力線PCKに出力される。従って、比較出力線PCKの信号
と上記比較出力線HITの信号とを比較して比較出力線HIT
が一致を示すハイレベルであるにもかかわらず比較出力
線PCKが不一致を示すロウレベルであれば、メモリセル
においてデータエラーが発生していることを知ることが
できる。ソフトエラー検出回路13はそのための回路で
あり、例えば比較出力線PCKのレベルを反転するインバ
ータINVと、このインバータで反転した信号と比較出
力線HITの信号とを入力信号とするANDゲートG1と
によって構成することができる。
Then, the comparison circuit 12A causes the storage circuit 11A
Match / mismatch between the held data of the data and the search data of the differential data lines DL1-P and DL1-N, and the result is compared with the comparison output line HIT.
Is output to At this time, another comparison circuit 12B detects a match / mismatch between the data held in the storage circuit 11A and the data held in the storage circuit 11B, and outputs the result to the comparison output line PCK. Therefore, the signal on the comparison output line PCK is compared with the signal on the comparison output line HIT to compare the signal on the comparison output line HIT.
If the comparison output line PCK is at a low level indicating a mismatch even though is at a high level indicating a match, it can be known that a data error has occurred in the memory cell. The soft error detection circuit 13 is a circuit for this purpose. For example, the soft error detection circuit 13 includes an inverter INV that inverts the level of the comparison output line PCK and an AND gate G1 that receives the signal inverted by the inverter and the signal of the comparison output line HIT as input signals. Can be configured.

【0025】前記動作において、同一のデータを記憶回
路11A,11Bに格納し、両者の保持データの一致を
比較回路12Bで検出することは、1ビット単位にパリ
ティビットを設けて、パリティチェックをするのと等価
である。従って、比較出力線PCKの信号がパリティチェ
ックの出力結果となっており、比較出力線PCKをモニタ
ーすることにより、ソフトエラーの発生を検出すること
ができる。すなわち、本実施例のメモリセルを用いる
と、外部から入力されたデータと内部に保持したデータ
との一致を検出する比較機能を実現するのと同時に、保
持したデータで発生したソフトエラーを検出する機能も
実現することができる。その結果、読み出されたデータ
のパリティをチェックするための回路をメモリアレイの
外側に設ける必要がないという利点がある。
In the above operation, storing the same data in the storage circuits 11A and 11B and detecting the coincidence of the stored data by the comparison circuit 12B is performed by providing a parity bit for each bit and performing a parity check. Is equivalent to Therefore, the signal on the comparison output line PCK is the output result of the parity check, and by monitoring the comparison output line PCK, the occurrence of a soft error can be detected. That is, the use of the memory cell of the present embodiment realizes a comparison function of detecting a match between data input from the outside and data held inside, and at the same time, detects a soft error occurring in the held data. Functions can also be realized. As a result, there is an advantage that it is not necessary to provide a circuit for checking the parity of the read data outside the memory array.

【0026】また、本実施例のメモリセルでは、保持し
たデータで発生したソフトエラーを検出する機能も実現
するために追加した比較回路は、外部から入力されたデ
ータと内部に保持したデータとの一致を検出する比較機
能を実現するための比較回路と同じ回路構成であり、比
較出力線に出力されるソフトエラー検出の信号を取り出
すための回路も一致検出の信号を取り出すための回路と
同じ回路構成とすることができる。そのため、設計が容
易であるとともに、レイアウト上余分なスペースが生じ
にくくなり、パリティチェックのための回路が不要とな
ることと相まってチップサイズの増大を最小限に抑える
ことができる。
Further, in the memory cell of this embodiment, a comparison circuit added to realize a function of detecting a soft error generated in the held data is provided for comparing the data inputted from the outside with the data held inside. It has the same circuit configuration as the comparison circuit for realizing the comparison function for detecting coincidence, and the circuit for extracting the soft error detection signal output to the comparison output line is the same circuit as the circuit for extracting the coincidence detection signal. It can be configured. Therefore, the design is easy, an extra space is hardly generated in the layout, and a circuit for parity check is not required, so that an increase in chip size can be minimized.

【0027】さらに、上記各メモリ行にパリティビット
を記憶するメモリセルを用意しておいて、外部のパリテ
ィ生成回路で生成されたパリティビットも記憶するよう
にすれば、あるビットのメモリセルにアルファ線等によ
るソフトエラーが発生した場合、当該ビットを含むデー
タのパリティとパリティビットの内容との不一致が生じ
るので、たまたまソフトエラーを生じたデータと同じ検
索データが入ってきても、その場合にはパリティビット
同士が不一致を起こすため誤ってデータの一致を信号
(ロウレベル)が出力されるのを防止することができ
る。
Further, by preparing a memory cell for storing a parity bit in each memory row and storing a parity bit generated by an external parity generation circuit, an alpha memory is stored in a memory cell of a certain bit. If a soft error occurs due to a line or the like, a mismatch occurs between the parity of the data including the bit and the content of the parity bit. Since the parity bits do not match with each other, it is possible to prevent a signal (low level) from being output erroneously to match the data.

【0028】なお、上記実施例において、プリチャージ
の際にメモリセル内の比較回路を介して貫通電流が流れ
ないようにするため、例えば図1のMOSFET Q1
2,Q22と接地点との間にプリチャージの際にオフ状態
とされるようなMOSFETを設けるようにしても良
い。
In the above embodiment, in order to prevent a through current from flowing through the comparison circuit in the memory cell at the time of precharging, for example, the MOSFET Q1 shown in FIG.
2, a MOSFET which is turned off at the time of precharging may be provided between Q22 and the ground point.

【0029】図2に上記比較機能内蔵型メモリセルを使
用したキャッシュメモリの構成例を示す。図において、
20が図1に示されているような比較機能内蔵型メモリ
セル10がマトリックス状に配置されてなるタグアレ
イ、30が本来のデータが格納されたデータアレイであ
り、タグアレイ20の各比較出力線HITがデータアレイ
30のワード線WL2にセンス回路SAを介して接続され
ており、データが一致してハイレベルにされている比較
出力線HITに対応するデータアレイ30内のメモリ行が
選択されて保持されているデータが読み出される。デー
タアレイ30を構成するメモリセル31としては、例え
ば上記タグアレイ20を構成するメモリセル10の記憶
回路11A,11Bと同様な回路構成を有するスタティ
ック型メモリセルが使用される。
FIG. 2 shows a configuration example of a cache memory using the memory cell with a built-in comparison function. In the figure,
Reference numeral 20 denotes a tag array in which memory cells 10 with built-in comparison functions as shown in FIG. 1 are arranged in a matrix, and 30 denotes a data array in which original data is stored. Is connected to the word line WL2 of the data array 30 via the sense circuit SA, and a memory row in the data array 30 corresponding to the comparison output line HIT whose data is matched and set to the high level is selected and held. The read data is read. As the memory cell 31 forming the data array 30, for example, a static memory cell having the same circuit configuration as the storage circuits 11A and 11B of the memory cell 10 forming the tag array 20 is used.

【0030】この実施例のキャッシュメモリにおいて
は、上記タグアレイ20内のすべての比較出力線HITの
論理積をとるNAND回路G4が設けられており、すべ
てのメモリ行においてデータが一致しなかった場合に、
ミスヒットを示す信号が外部に出力されるように構成さ
れている。外部のマイクロプロセッサは、上記ミスヒッ
ト信号を受けると、データアレイ30内に所望のデータ
がないと判断して図示しないメインメモリをアクセスし
て所望のデータを読み出したり、そのデータを含むブロ
ックをキュッシュメモリへ転送してブロックの置換等を
行なうことができる。
In the cache memory of this embodiment, there is provided a NAND circuit G4 for calculating the logical product of all the comparison output lines HIT in the tag array 20, and when the data does not match in all the memory rows. ,
A signal indicating a mishit is output to the outside. When the external microprocessor receives the mishit signal, it determines that there is no desired data in the data array 30 and accesses a main memory (not shown) to read the desired data, or caches a block containing the data. The data can be transferred to a memory to replace a block.

【0031】さらに、この実施例のキャッシュメモリに
おいては、上記タグアレイ20内のすべてのメモリ行ご
とに設けられているソフトエラー検出回路13の論理和
をとるORゲートG5が設けられており、いずれかのメ
モリ行において記憶回路11Aの保持データと11Bの
保持データが一致しないソフトエラーが検出された場合
に、ソフトエラーを示す信号が外部へ出力されるように
構成されている。外部のマイクロプロセッサは、上記ソ
フトエラー検出信号を受けると、キャッシュメモリ内の
すべてのデータの書き換え等の処理を実行してデータの
信頼性を保証することができる。
Further, in the cache memory of this embodiment, there is provided an OR gate G5 for calculating the logical sum of the soft error detection circuit 13 provided for every memory row in the tag array 20. When a soft error in which the data held in the storage circuit 11A does not match the data held in the memory circuit 11B is detected in the memory row, a signal indicating the soft error is output to the outside. When the external microprocessor receives the soft error detection signal, it can execute processing such as rewriting of all the data in the cache memory to guarantee the reliability of the data.

【0032】なお、図2において、21はタグアレイ2
0およびデータアレイ30にデータを書き込む際に外部
から入力されたアドレス信号をデコードするデコーダで
ある。また、G2,G3はタグアレイ20内のメモリセ
ル10にデータを書き込む際に差動データ線DL1-P,DL1
-Nに差動データを与えるための論理ゲート、BFF1,
BFF2はデータアレイ30のリードデータを外部へ出
力する出力バッファおよび外部から入力されるデータア
レイへの書込みデータを取り込んでデータ線に乗せる入
力バッファである。
In FIG. 2, reference numeral 21 denotes a tag array 2
This is a decoder that decodes an externally input address signal when writing data to 0 and the data array 30. G2 and G3 are the differential data lines DL1-P and DL1 when writing data to the memory cells 10 in the tag array 20.
-N, a logic gate for giving differential data to BFF1,
The BFF 2 is an output buffer that outputs read data of the data array 30 to the outside and an input buffer that takes in write data to the data array input from the outside and puts it on a data line.

【0033】以上説明したように、上記実施例は、外部
から入力されたデータと内部に保持したデータとの一致
を検出する比較機能を内蔵するメモリセルを用いた連想
メモリにおいて、上記メモリセルを、データを保持する
記憶回路と一致を検出する比較回路を各々2重化した構
成とし、第1及び第2の記憶回路に同一のデータを格納
し、第1の比較回路は第1の記憶回路の保持データと外
部から入力されたデータとの一致を検出し、第2の比較
回路は第1の記憶回路の保持データと第2の記憶回路の
保持データとの一致を検出するようにしたので、第2の
比較回路の出力をモニターすることで、記憶回路に保持
されているデータを読み出さなくてもソフトエラーの発
生を検出することができるという効果がある。
As described above, in the above-described embodiment, the associative memory using the memory cell having the built-in comparison function for detecting the coincidence between the data input from the outside and the data held in the inside is described as follows. , A storage circuit for holding data and a comparison circuit for detecting coincidence are each configured to be duplicated, the same data is stored in the first and second storage circuits, and the first comparison circuit is a first storage circuit. And the second comparator detects the match between the data held in the first storage circuit and the data held in the second storage circuit. Monitoring the output of the second comparison circuit has the effect that the occurrence of a soft error can be detected without reading the data held in the storage circuit.

【0034】以上本発明者によってなされた発明を実施
例に基づき具体的に説明したが、本発明は上記実施例に
限定されるものではなく、その要旨を逸脱しない範囲で
種々変更可能であることはいうまでもない。例えば実施
例では、比較回路12A,12BをNチャネルMOSF
ETのみで構成しているが、PチャネルMOSFETの
みあるいはPチャネルMOSFETとNチャネルMOS
FETとを組み合わせて比較回路を構成することも可能
である。
Although the invention made by the inventor has been specifically described based on the embodiments, the present invention is not limited to the above-described embodiments, and can be variously modified without departing from the gist thereof. Needless to say. For example, in the embodiment, the comparison circuits 12A and 12B
ET only, but only P-channel MOSFET or P-channel MOSFET and N-channel MOS
It is also possible to configure a comparison circuit by combining with an FET.

【0035】以上の説明では主として本発明者によって
なされた発明を、その背景となった利用分野である連想
メモリに適用した場合について説明したが、この発明は
それに限定されるものでなく、入力されたデータが予め
記憶されているデータと一致しているか否か判定する回
路を有する半導体集積回路に広く利用することができ
る。
In the above description, the case where the invention made by the inventor is mainly applied to the associative memory which is the background of the application has been described. However, the present invention is not limited to this, The present invention can be widely used for a semiconductor integrated circuit having a circuit for determining whether or not the stored data matches data stored in advance.

【0036】[0036]

【発明の効果】本願において開示される発明のうち代表
的なものによって得られる効果を簡単に説明すれば下記
のとおりである。
The effects obtained by typical ones of the inventions disclosed in the present application will be briefly described as follows.

【0037】すなわち、本発明によれば、外部から入力
されたデータと内部に保持したデータとの一致を検出す
る比較機能を実現するのと同時に、メモリセルに保持し
たデータで発生したソフトエラーを検出する機能も実現
することが出来るので、連想メモリの信頼性を向上させ
る効果がある。
That is, according to the present invention, a comparison function for detecting a match between data input from the outside and data held inside is realized, and at the same time, a soft error generated in the data held in the memory cell is reduced. The function of detecting can also be realized, which has the effect of improving the reliability of the associative memory.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明を適用した比較機能内蔵のメモリセルの
一実施例を示す回路図。
FIG. 1 is a circuit diagram showing one embodiment of a memory cell with a built-in comparison function to which the present invention is applied.

【図2】実施例のメモリセルを使用した連想メモリ全体
の実施例を示すブロック図。
FIG. 2 is a block diagram showing an embodiment of the entire associative memory using the memory cells of the embodiment.

【図3】本発明に先立って検討した比較機能内蔵型メモ
リセルの一例を示す回路図。
FIG. 3 is a circuit diagram showing an example of a memory cell with a built-in comparison function studied prior to the present invention.

【符号の説明】 10 メモリセル 11A,11B 記憶回路 12A,12B 比較回路 13 ソフトエラー検出回路 WL1ワード線 DL1-P,DL1-N 差動データ線 DL10-P,DL10-N 差動データ線 HIT比較出力線 PCK比較出力線 20 タグアレイ 21 アドレスデコーダ 30 データアレイ 31 メモリセル[Description of Signs] 10 Memory cell 11A, 11B Storage circuit 12A, 12B Comparison circuit 13 Soft error detection circuit WL1 word line DL1-P, DL1-N Differential data line DL10-P, DL10-N Differential data line HIT comparison Output line PCK comparison output line 20 Tag array 21 Address decoder 30 Data array 31 Memory cell

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 外部から入力されたデータと内部に保持
したデータとの一致を検出する比較機能を内蔵するメモ
リセルを用いた連想メモリにおいて、上記メモリセル
を、データを保持する記憶回路と一致を検出する比較回
路を各々2重化した構成とし、第1及び第2の記憶回路
に同一のデータを格納し、第1の比較回路は第1の記憶
回路の保持データと外部から入力されたデータとの一致
を検出し、第2の比較回路は第1の記憶回路の保持デー
タと第2の記憶回路の保持データとの一致を検出するよ
うに構成されていることを特徴とする連想メモリ。
1. An associative memory using a memory cell having a built-in comparison function for detecting a match between externally input data and internally held data, the memory cell being matched with a storage circuit holding data. , And the same data is stored in the first and second storage circuits, and the first comparison circuit receives the data held in the first storage circuit and externally input data. An associative memory configured to detect a match with the data, and the second comparison circuit is configured to detect a match between the data held in the first storage circuit and the data held in the second storage circuit. .
【請求項2】 上記第1の記憶回路及び第2の記憶回路
へデータを書き込み・読み出しするためのデータ線を各
々独立に有し、書き込み・読み出しを制御するためのワ
ード線が共通化されていることを特徴とする請求項1に
記載の連想メモリ。
2. A data line for writing / reading data to / from the first storage circuit and the second storage circuit is independently provided, and a word line for controlling writing / reading is shared. 2. The associative memory according to claim 1, wherein
【請求項3】 上記第1の記憶回路と第2の記憶回路と
は同一回路構成とされるとともに、上記第1の比較回路
と第2の比較回路も同一回路構成とされていることを特
徴とする請求項1または2に記載の連想メモリ。
3. The first storage circuit and the second storage circuit have the same circuit configuration, and the first comparison circuit and the second comparison circuit have the same circuit configuration. 3. The associative memory according to claim 1, wherein
【請求項4】 上記ワード線には、上記第1及び第2の
記憶回路と第1及び第2の比較回路とを備えたメモリセ
ルが複数個接続されていることを特徴とする請求項1、
2または3に記載の連想メモリ。
4. The memory device according to claim 1, wherein a plurality of memory cells including the first and second storage circuits and the first and second comparison circuits are connected to the word line. ,
4. The associative memory according to 2 or 3.
【請求項5】 上記第1の比較回路は、第1の比較出力
線と電源電圧端子との間に直列接続された一対のMOS
FETからなり、一方のMOSFETのゲート端子は上
記第1の記憶回路内の所定のノードに、また他方のMO
SFETのゲート端子は対応する上記データ線に接続さ
れているとともに、上記第2の比較回路は、第2の比較
出力線と電源電圧端子との間に直列接続された一対のM
OSFETからなり、一方のMOSFETのゲート端子
は上記第1の記憶回路内の所定のノードに、また他方の
MOSFETのゲート端子は上記第2の記憶回路内の所
定のノードに接続され、上記第1の比較出力線からはデ
ータ線上のデータと上記第1の記憶回路の保持データと
の一致/不一致を示す信号が、また上記第2の比較出力
線からは上記第1の記憶回路の保持データと上記第2の
記憶回路の保持データとの一致/不一致を示す信号が出
力されるように構成されていることを特徴とする請求項
2、3または4に記載の連想メモリ。
5. A first comparison circuit comprising a pair of MOS transistors connected in series between a first comparison output line and a power supply voltage terminal.
The gate terminal of one MOSFET is connected to a predetermined node in the first storage circuit, and the other is
The gate terminal of the SFET is connected to the corresponding data line, and the second comparison circuit includes a pair of M series connected in series between the second comparison output line and the power supply voltage terminal.
The gate terminal of one MOSFET is connected to a predetermined node in the first storage circuit, and the gate terminal of the other MOSFET is connected to a predetermined node in the second storage circuit. A signal indicating the match / mismatch between the data on the data line and the data held in the first storage circuit is output from the comparison output line, and the data held in the first storage circuit is output from the second comparison output line. 5. The associative memory according to claim 2, wherein a signal indicating match / mismatch with the data held in said second storage circuit is output.
【請求項6】 アドレスタグを格納するタグアレイと、
前記アドレスタグと関連したデータを格納するデータア
レイとを備えたキャッシュメモリであって、請求項1、
2、3、4または5に記載の連想メモリをタグアレイと
して備え、該タグアレイの比較出力によって上記データ
アレイ内の対応するワード線が選択されるように構成さ
れていることを特徴とするキャッシュメモリ。
6. A tag array for storing an address tag,
2. A cache memory comprising: a data array for storing data associated with the address tag;
A cache memory comprising the associative memory according to 2, 3, 4, or 5, as a tag array, wherein a corresponding word line in the data array is selected by a comparison output of the tag array.
【請求項7】 アドレスタグを格納するタグアレイと、
前記アドレスタグと関連したデータを格納するデータア
レイとを備えたキャッシュメモリであって、請求項5に
記載の連想メモリをタグアレイとして備え、該タグアレ
イの第1の出力線からの比較出力によって上記データア
レイ内の対応するワード線が選択されるともに、上記タ
グアレイの第1の出力線からの比較出力に基づいてソフ
トエラーを示す信号が出力されるように構成されている
ことを特徴とするキャッシュメモリ。
7. A tag array for storing an address tag,
7. A cache memory comprising a data array for storing data associated with the address tag, wherein the content addressable memory according to claim 5 is provided as a tag array, and the data is output by comparison output from a first output line of the tag array. A cache memory configured to select a corresponding word line in the array and to output a signal indicating a soft error based on a comparison output from a first output line of the tag array. .
JP29133696A 1996-11-01 1996-11-01 Associative memory Expired - Fee Related JP3646276B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29133696A JP3646276B2 (en) 1996-11-01 1996-11-01 Associative memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29133696A JP3646276B2 (en) 1996-11-01 1996-11-01 Associative memory

Publications (2)

Publication Number Publication Date
JPH10134583A true JPH10134583A (en) 1998-05-22
JP3646276B2 JP3646276B2 (en) 2005-05-11

Family

ID=17767607

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29133696A Expired - Fee Related JP3646276B2 (en) 1996-11-01 1996-11-01 Associative memory

Country Status (1)

Country Link
JP (1) JP3646276B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007157031A (en) * 2005-12-08 2007-06-21 Fujitsu Ltd Content addressable memory controller and method
JP2015188071A (en) * 2014-03-14 2015-10-29 株式会社半導体エネルギー研究所 semiconductor device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007157031A (en) * 2005-12-08 2007-06-21 Fujitsu Ltd Content addressable memory controller and method
JP2015188071A (en) * 2014-03-14 2015-10-29 株式会社半導体エネルギー研究所 semiconductor device

Also Published As

Publication number Publication date
JP3646276B2 (en) 2005-05-11

Similar Documents

Publication Publication Date Title
JP2794990B2 (en) Detection amplification circuit and execution method thereof
US8233302B2 (en) Content addressable memory with concurrent read and search/compare operations at the same memory cell
EP1509921B1 (en) Content addressable memory (cam) with error checking and correction
US6275426B1 (en) Row redundancy for content addressable memory
US6781857B1 (en) Content addressable memory (CAM) devices that utilize multi-port CAM cells and control logic to support multiple overlapping search cycles that are asynchronously timed relative to each other
US6374325B1 (en) Content addressable memory (CAM)
US7848128B2 (en) Apparatus and method for implementing matrix-based search capability in content addressable memory devices
JPH0245277B2 (en)
JP3645294B2 (en) Multi-bit test circuit for semiconductor memory device
US6188629B1 (en) Low power, static content addressable memory
KR20040018109A (en) Semiconductor memory device storing ternary data signal
US4894799A (en) Content-addressable memory
US7606054B2 (en) Cache hit logic of cache memory and processor chip having the same
JP5339544B2 (en) Parallel associative memory
JP2585227B2 (en) Semiconductor memory device
JPH0863975A (en) Staic ram and processing unit having this static ram
US5483479A (en) Associative storage memory
US5978245A (en) Associative memory device having circuitry for storing a coincidence line output
JP3646276B2 (en) Associative memory
US5487041A (en) Semiconductor memory device which can be programmed to indicate defective memory cell
US5333127A (en) Memory circuit with dual sense amplifier and amplifier control circuitry
JPH07220483A (en) Method and device for storing "don't-care" in associative memory cell
US7254753B2 (en) Circuit and method for configuring CAM array margin test and operation
JP3672695B2 (en) Semiconductor memory device, microcomputer, and data processing device
JP3707709B2 (en) Semiconductor integrated circuit device

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040915

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041012

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041208

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

Effective date: 20050125

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050128

R150 Certificate of patent (=grant) or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080218

Year of fee payment: 3

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090218

Year of fee payment: 4

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 4

Free format text: PAYMENT UNTIL: 20090218

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100218

Year of fee payment: 5

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110218

Year of fee payment: 6

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110218

Year of fee payment: 6

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 6

Free format text: PAYMENT UNTIL: 20110218

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110218

Year of fee payment: 6

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120218

Year of fee payment: 7

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 8

Free format text: PAYMENT UNTIL: 20130218

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140218

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees